HomeSort by relevance Sort by last modified time
    Searched refs:CopyTexImage (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/ui/gl/
gl_image.cc 15 bool GLImage::CopyTexImage(unsigned target) { return false; }
gl_image_stub.cc 17 bool GLImageStub::CopyTexImage(unsigned target) { return true; }
gl_image.h 37 virtual bool CopyTexImage(unsigned target) = 0;
gl_image_stub.h 22 virtual bool CopyTexImage(unsigned target) OVERRIDE;
gl_image_egl.h 24 virtual bool CopyTexImage(unsigned target) OVERRIDE;
gl_image_glx.h 26 virtual bool CopyTexImage(unsigned target) OVERRIDE;
gl_image_io_surface.h 27 virtual bool CopyTexImage(unsigned target) OVERRIDE;
gl_image_surface_texture.h 28 virtual bool CopyTexImage(unsigned target) OVERRIDE;
gl_image_egl.cc 53 bool GLImageEGL::CopyTexImage(unsigned target) {
gl_image_io_surface.cc 63 bool GLImageIOSurface::CopyTexImage(unsigned target) {
gl_image_memory.h 29 virtual bool CopyTexImage(unsigned target) OVERRIDE;
gl_image_surface_texture.cc 80 bool GLImageSurfaceTexture::CopyTexImage(unsigned target) {
gl_image_glx.cc 193 bool GLImageGLX::CopyTexImage(unsigned target) {
gl_image_memory.cc 144 bool GLImageMemory::CopyTexImage(unsigned target) {
145 TRACE_EVENT0("gpu", "GLImageMemory::CopyTexImage");
147 // GL_TEXTURE_EXTERNAL_OES is not a supported CopyTexImage target.
  /external/chromium_org/content/common/gpu/
stream_texture_android.h 40 virtual bool CopyTexImage(unsigned target) OVERRIDE;
stream_texture_android.cc 205 bool StreamTexture::CopyTexImage(unsigned target) {
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.cc 30 virtual bool CopyTexImage(unsigned target) OVERRIDE;
76 bool GLImageImpl::CopyTexImage(unsigned target) {
texture_definition.cc 36 virtual bool CopyTexImage(unsigned target) OVERRIDE;
86 bool GLImageSync::CopyTexImage(unsigned target) {
gles2_cmd_decoder_unittest_textures.cc     [all...]
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 167 6) Should the RGBA_SNORM tokens also be accepted by CopyTexImage
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 167 6) Should the RGBA_SNORM tokens also be accepted by CopyTexImage

Completed in 308 milliseconds