HomeSort by relevance Sort by last modified time
    Searched defs:BindTexImage (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/gl/
gl_image_stub.cc 15 bool GLImageStub::BindTexImage(unsigned target) { return true; }
gl_image_egl.cc 43 bool GLImageEGL::BindTexImage(unsigned target) {
gl_image_io_surface.cc 32 bool GLImageIOSurface::BindTexImage(unsigned target) {
gl_image_surface_texture.cc 34 bool GLImageSurfaceTexture::BindTexImage(unsigned target) {
35 TRACE_EVENT0("gpu", "GLImageSurfaceTexture::BindTexImage");
gl_image_android_native_buffer.cc 44 bool GLImageAndroidNativeBuffer::BindTexImage(unsigned target) {
gl_image_shm.cc 125 bool GLImageShm::BindTexImage(unsigned target) {
126 TRACE_EVENT0("gpu", "GLImageShm::BindTexImage");
gl_image_glx.cc 142 bool GLImageGLX::BindTexImage(unsigned target) {
  /external/chromium_org/content/common/gpu/
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;
61 bool GLImageImpl::BindTexImage(unsigned target) {
texture_definition.cc 35 virtual bool BindTexImage(unsigned target) OVERRIDE;
72 bool GLImageSync::BindTexImage(unsigned target) {
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h 154 BindTexImage_t BindTexImage;
  /external/mesa3d/src/egl/main/
eglapi.h 154 BindTexImage_t BindTexImage;

Completed in 177 milliseconds