HomeSort by relevance Sort by last modified time
    Searched refs:BindTexImage (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/ui/gl/
gl_image_stub.cc 15 bool GLImageStub::BindTexImage(unsigned target) { return true; }
gl_image.h 31 virtual bool BindTexImage(unsigned target) = 0;
gl_image_android_native_buffer.h 20 virtual bool BindTexImage(unsigned target) OVERRIDE;
gl_image_stub.h 20 virtual bool BindTexImage(unsigned target) OVERRIDE;
gl_image_egl.h 22 virtual bool BindTexImage(unsigned target) OVERRIDE;
gl_image_glx.h 24 virtual bool BindTexImage(unsigned target) OVERRIDE;
gl_image_io_surface.h 25 virtual bool BindTexImage(unsigned target) OVERRIDE;
gl_image_surface_texture.h 26 virtual bool BindTexImage(unsigned target) OVERRIDE;
gl_image_egl.cc 46 bool GLImageEGL::BindTexImage(unsigned target) {
gl_image_io_surface.cc 34 bool GLImageIOSurface::BindTexImage(unsigned target) {
gl_image_memory.h 27 virtual bool BindTexImage(unsigned target) OVERRIDE;
gl_image_surface_texture.cc 39 bool GLImageSurfaceTexture::BindTexImage(unsigned target) {
40 TRACE_EVENT0("gpu", "GLImageSurfaceTexture::BindTexImage");
gl_image_android_native_buffer.cc 48 bool GLImageAndroidNativeBuffer::BindTexImage(unsigned target) {
gl_image_glx.cc 174 bool GLImageGLX::BindTexImage(unsigned target) {
gl_image_memory.cc 127 bool GLImageMemory::BindTexImage(unsigned target) {
  /external/chromium_org/content/common/gpu/
stream_texture_android.h 38 virtual bool BindTexImage(unsigned target) OVERRIDE;
stream_texture_android.cc 196 bool StreamTexture::BindTexImage(unsigned target) {
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.cc 28 virtual bool BindTexImage(unsigned target) OVERRIDE;
67 bool GLImageImpl::BindTexImage(unsigned target) {
texture_definition.cc 34 virtual bool BindTexImage(unsigned target) OVERRIDE;
77 bool GLImageSync::BindTexImage(unsigned target) {
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglfallbacks.c 79 drv->API.BindTexImage = (BindTexImage_t) _eglReturnFalse;
eglapi.h 154 BindTexImage_t BindTexImage;
  /external/mesa3d/src/egl/main/
eglfallbacks.c 79 drv->API.BindTexImage = (BindTexImage_t) _eglReturnFalse;
eglapi.h 154 BindTexImage_t BindTexImage;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 911 drv->API.BindTexImage = egl_g3d_bind_tex_image;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 911 drv->API.BindTexImage = egl_g3d_bind_tex_image;

Completed in 542 milliseconds

1 2