Home
last modified time | relevance | path

Searched refs:CopyTexSubImage3DOES (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_3D.txt60 CopyTexSubImage3DOES, CompressedTexImage3DOES and
91 void CopyTexSubImage3DOES(enum target, int level,
95 CopyTexSubImage3DOES is supported. The internal format parameter can be
/third_party/openGLES/extensions/OES/
DOES_texture_3D.txt70 CopyTexSubImage3DOES, CompressedTexImage3DOES and
101 void CopyTexSubImage3DOES(enum target, int level,
105 CopyTexSubImage3DOES is supported. The internal format parameter can be
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_framebuffer_multisample.txt102 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
245 omit references to CopyTexSubImage3DOES.
DANGLE_framebuffer_blit.txt84 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
309 omit references to FramebufferTexture3DOES and CopyTexSubImage3DOES.
/third_party/openGLES/extensions/ANGLE/
DANGLE_framebuffer_multisample.txt102 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
245 omit references to CopyTexSubImage3DOES.
DANGLE_framebuffer_blit.txt84 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
309 omit references to FramebufferTexture3DOES and CopyTexSubImage3DOES.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_framebuffer_multisample.txt101 "Calling CopyTexSubImage3DOES, CopyTexSubImage3DNV,
280 NV_texture_array, omit references to CopyTexSubImage3DOES and
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_multisample.txt102 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
245 omit references to CopyTexSubImage3DOES.
DANGLE_framebuffer_blit.txt84 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
309 omit references to FramebufferTexture3DOES and CopyTexSubImage3DOES.
/third_party/openGLES/extensions/NV/
DNV_framebuffer_multisample.txt101 "Calling CopyTexSubImage3DOES, CopyTexSubImage3DNV,
280 NV_texture_array, omit references to CopyTexSubImage3DOES and
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp967 return gl::CopyTexSubImage3DOES(target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3DOES()
1717 this->glCopyTexSubImage3DOES = gl::CopyTexSubImage3DOES; in LibGLESv2exports()
Dentry_points.h203 …void GL_APIENTRY CopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
DlibGLESv2.cpp5815 void GL_APIENTRY CopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLi… in CopyTexSubImage3DOES() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp10412 ANGLE_CAPTURE(CopyTexSubImage3DOES, isCallValid, context, targetPacked, level, xoffset, in GL_CopyTexSubImage3DOES()