Searched refs:BindTexImage (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/ui/gl/
H A Dgl_image_stub.cc15 bool GLImageStub::BindTexImage(unsigned target) { return true; } function in class:gfx::GLImageStub
H A Dgl_image.h31 virtual bool BindTexImage(unsigned target) = 0;
H A Dgl_image_android_native_buffer.h20 virtual bool BindTexImage(unsigned target) OVERRIDE;
H A Dgl_image_egl.h22 virtual bool BindTexImage(unsigned target) OVERRIDE;
H A Dgl_image_glx.h24 virtual bool BindTexImage(unsigned target) OVERRIDE;
H A Dgl_image_io_surface.h25 virtual bool BindTexImage(unsigned target) OVERRIDE;
H A Dgl_image_stub.h20 virtual bool BindTexImage(unsigned target) OVERRIDE;
H A Dgl_image_surface_texture.h26 virtual bool BindTexImage(unsigned target) OVERRIDE;
H A Dgl_image_egl.cc46 bool GLImageEGL::BindTexImage(unsigned target) { function in class:gfx::GLImageEGL
H A Dgl_image_io_surface.cc34 bool GLImageIOSurface::BindTexImage(unsigned target) { function in class:gfx::GLImageIOSurface
H A Dgl_image_memory.h27 virtual bool BindTexImage(unsigned target) OVERRIDE;
H A Dgl_image_surface_texture.cc39 bool GLImageSurfaceTexture::BindTexImage(unsigned target) { function in class:gfx::GLImageSurfaceTexture
40 TRACE_EVENT0("gpu", "GLImageSurfaceTexture::BindTexImage");
H A Dgl_image_android_native_buffer.cc48 bool GLImageAndroidNativeBuffer::BindTexImage(unsigned target) { function in class:gfx::GLImageAndroidNativeBuffer
H A Dgl_image_glx.cc174 bool GLImageGLX::BindTexImage(unsigned target) { function in class:gfx::GLImageGLX
H A Dgl_image_memory.cc127 bool GLImageMemory::BindTexImage(unsigned target) { function in class:gfx::GLImageMemory
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.h38 virtual bool BindTexImage(unsigned target) OVERRIDE;
H A Dstream_texture_android.cc196 bool StreamTexture::BindTexImage(unsigned target) { function in class:content::StreamTexture
/external/chromium_org/gpu/command_buffer/service/
H A Dstream_texture_manager_in_process_android.cc28 virtual bool BindTexImage(unsigned target) OVERRIDE;
67 bool GLImageImpl::BindTexImage(unsigned target) { function in class:gpu::__anon8441::GLImageImpl
H A Dtexture_definition.cc34 virtual bool BindTexImage(unsigned target) OVERRIDE;
77 bool GLImageSync::BindTexImage(unsigned target) { function in class:gpu::gles2::__anon8442::GLImageSync
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglfallbacks.c79 drv->API.BindTexImage = (BindTexImage_t) _eglReturnFalse;
H A Deglapi.h154 BindTexImage_t BindTexImage; member in struct:_egl_api
/external/mesa3d/src/egl/main/
H A Deglfallbacks.c79 drv->API.BindTexImage = (BindTexImage_t) _eglReturnFalse;
H A Deglapi.h154 BindTexImage_t BindTexImage; member in struct:_egl_api
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c911 drv->API.BindTexImage = egl_g3d_bind_tex_image;
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c911 drv->API.BindTexImage = egl_g3d_bind_tex_image;

Completed in 319 milliseconds

12