Home
last modified time | relevance | path

Searched defs:bindTexImage (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DSurfaceWgpu.cpp75 egl::Error OffscreenSurfaceWgpu::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::OffscreenSurfaceWgpu
214 egl::Error WindowSurfaceWgpu::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::WindowSurfaceWgpu
H A DTextureWgpu.cpp278 angle::Result TextureWgpu::bindTexImage(const gl::Context *context, egl::Surface *surface) in bindTexImage() function in rx::TextureWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp127 egl::Error WindowSurfaceWGL::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::WindowSurfaceWGL
H A DPbufferSurfaceWGL.cpp162 egl::Error PbufferSurfaceWGL::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::PbufferSurfaceWGL
H A DDXGISwapChainWindowSurfaceWGL.cpp189 egl::Error DXGISwapChainWindowSurfaceWGL::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::DXGISwapChainWindowSurfaceWGL
H A DD3DTextureSurfaceWGL.cpp419 egl::Error D3DTextureSurfaceWGL::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::D3DTextureSurfaceWGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DPbufferSurfaceGLX.cpp92 egl::Error PbufferSurfaceGLX::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::PbufferSurfaceGLX
H A DPixmapSurfaceGLX.cpp168 egl::Error PixmapSurfaceGLX::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::PixmapSurfaceGLX
H A DWindowSurfaceGLX.cpp188 egl::Error WindowSurfaceGLX::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::WindowSurfaceGLX
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/
H A DPbufferSurfaceCGL.cpp93 egl::Error PbufferSurfaceCGL::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::PbufferSurfaceCGL
H A DIOSurfaceSurfaceCGL.cpp163 egl::Error IOSurfaceSurfaceCGL::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::IOSurfaceSurfaceCGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DSurfaceNULL.cpp48 egl::Error SurfaceNULL::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::SurfaceNULL
H A DTextureNULL.cpp202 angle::Result TextureNULL::bindTexImage(const gl::Context *context, egl::Surface *surface) in bindTexImage() function in rx::TextureNULL
/aosp_15_r20/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl7 eglBindTexImageFunc bindTexImage; variable
H A DeglwFuncPtrLibraryImpl.inl12 EGLBoolean FuncPtrLibrary::bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const function in FuncPtrLibrary
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp102 egl::Error SurfaceEGL::bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) in bindTexImage() function in rx::SurfaceEGL
H A DFunctionsEGL.cpp708 EGLBoolean FunctionsEGL::bindTexImage(EGLSurface surface, EGLint buffer) const in bindTexImage() function in rx::FunctionsEGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1395 angle::Result TextureD3D_2D::bindTexImage(const gl::Context *context, egl::Surface *surface) in bindTexImage() function in rx::TextureD3D_2D
2177 angle::Result TextureD3D_Cube::bindTexImage(const gl::Context *context, egl::Surface *surface) in bindTexImage() function in rx::TextureD3D_Cube
2881 angle::Result TextureD3D_3D::bindTexImage(const gl::Context *context, egl::Surface *surface) in bindTexImage() function in rx::TextureD3D_3D
3626 angle::Result TextureD3D_2DArray::bindTexImage(const gl::Context *context, egl::Surface *surface) in bindTexImage() function in rx::TextureD3D_2DArray
4055 angle::Result TextureD3DImmutableBase::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::TextureD3DImmutableBase
4503 angle::Result TextureD3D_Buffer::bindTexImage(const gl::Context *context, egl::Surface *surface) in bindTexImage() function in rx::TextureD3D_Buffer
H A DSurfaceD3D.cpp144 egl::Error SurfaceD3D::bindTexImage(const gl::Context *, gl::Texture *, EGLint) in bindTexImage() function in rx::SurfaceD3D
/aosp_15_r20/external/angle/util/windows/
H A DWGLWindow.cpp435 EGLBoolean WGLWindow::bindTexImage(EGLSurface surface, EGLint buffer) in bindTexImage() function in WGLWindow
/aosp_15_r20/external/angle/util/
H A DEGLWindow.cpp820 EGLBoolean EGLWindow::bindTexImage(EGLSurface surface, EGLint buffer) in bindTexImage() function in EGLWindow
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.cpp723 egl::Error OffscreenSurfaceVk::bindTexImage(const gl::Context * /*context*/, in bindTexImage() function in rx::OffscreenSurfaceVk
2882 egl::Error WindowSurfaceVk::bindTexImage(const gl::Context *context, in bindTexImage() function in rx::WindowSurfaceVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DSurface.cpp553 Error Surface::bindTexImage(gl::Context *context, gl::Texture *texture, EGLint buffer) in bindTexImage() function in egl::Surface
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxclient.h115 void (*bindTexImage)(__GLXDRIdrawable *pdraw, int buffer, const int *attribs); member
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp1536 angle::Result TextureGL::bindTexImage(const gl::Context *context, egl::Surface *surface) in bindTexImage() function in rx::TextureGL

12