Home
last modified time | relevance | path

Searched refs:FramebufferTexture3DOES (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_3D.txt114 void FramebufferTexture3DOES(enum target, enum attachment,
118 FramebufferTexture3DOES is derived from FramebufferTexture3DEXT. Please
121 FramebufferTexture3DOES can be used to render directly into the base level
DOES_fbo_render_mipmap.txt48 FramebufferTexture3DOES can be used to render directly into
DOES_framebuffer_object.txt268 - FramebufferTexture3DOES is optionally supported and is implemented only
/third_party/openGLES/extensions/OES/
DOES_texture_3D.txt124 void FramebufferTexture3DOES(enum target, enum attachment,
128 FramebufferTexture3DOES is derived from FramebufferTexture3DEXT. Please
131 FramebufferTexture3DOES can be used to render directly into the base level
DOES_fbo_render_mipmap.txt58 FramebufferTexture3DOES can be used to render directly into
DOES_framebuffer_object.txt278 - FramebufferTexture3DOES is optionally supported and is implemented only
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_blit.txt64 CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
309 omit references to FramebufferTexture3DOES and CopyTexSubImage3DOES.
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_framebuffer_blit.txt64 CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
309 omit references to FramebufferTexture3DOES and CopyTexSubImage3DOES.
/third_party/openGLES/extensions/ANGLE/
DANGLE_framebuffer_blit.txt64 CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
309 omit references to FramebufferTexture3DOES and CopyTexSubImage3DOES.
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp982 return gl::FramebufferTexture3DOES(target, attachment, textarget, texture, level, zoffset); in glFramebufferTexture3DOES()
1720 this->glFramebufferTexture3DOES = gl::FramebufferTexture3DOES; in LibGLESv2exports()
Dentry_points.h206 …void GL_APIENTRY FramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuin…
DlibGLESv2.cpp5977 void GL_APIENTRY FramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint… in FramebufferTexture3DOES() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp10450 ANGLE_CAPTURE(FramebufferTexture3DOES, isCallValid, context, target, attachment, in GL_FramebufferTexture3DOES()