Home
last modified time | relevance | path

Searched refs:RenderbufferStorageOES (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_framebuffer_object.txt148 void RenderbufferStorageOES(enum target, enum internalformat,
182 RenderbufferStorageOES, and GetRenderbufferParameterivOES, and
188 RenderbufferStorageOES:
313 RenderbufferStorageOES are only valid if OES_rgb8_rgba8 is
319 RenderbufferStorageOES is only valid if OES_depth24 is supported.
324 RenderbufferStorageOES is only valid if OES_depth32 is supported.
329 RenderbufferStorageOES is only valid if OES_stencil1 is supported.
334 RenderbufferStorageOES is only valid if OES_stencil4 is supported.
339 RenderbufferStorageOES is only valid if OES_stencil8 is supported.
343 INVALID_ENUM is generated if RenderbufferStorageOES is called with
DOES_stencil8.txt50 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_rgb8_rgba8.txt50 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_depth24.txt50 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_stencil1.txt50 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_depth32.txt50 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_stencil4.txt50 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_required_internalformat.txt168 for *TexImage* and RenderbufferStorageOES. Unless otherwise stated by
178 renderbuffers allocated with RenderbufferStorageOES.
194 internal formats for RenderbufferStorageOES?
354 Accepted by the <internalformat> argument of RenderbufferStorageOES:
395 calling RenderbufferStorageOES and CopyTexImage2D. The valid values of
397 RenderbufferStorageOES is called with a value of <internalformat> not
418 RenderbufferStorageOES
494 If RenderbufferStorageOES or CopyTexImage2D is called with a value of
709 - split table 3.4.x into two tables: one for RenderbufferStorageOES
DOES_EGL_image.txt163 {Reference}RenderbufferStorageOES. As a result of this referencing
/third_party/openGLES/extensions/OES/
DOES_framebuffer_object.txt158 void RenderbufferStorageOES(enum target, enum internalformat,
192 RenderbufferStorageOES, and GetRenderbufferParameterivOES, and
198 RenderbufferStorageOES:
323 RenderbufferStorageOES are only valid if OES_rgb8_rgba8 is
329 RenderbufferStorageOES is only valid if OES_depth24 is supported.
334 RenderbufferStorageOES is only valid if OES_depth32 is supported.
339 RenderbufferStorageOES is only valid if OES_stencil1 is supported.
344 RenderbufferStorageOES is only valid if OES_stencil4 is supported.
349 RenderbufferStorageOES is only valid if OES_stencil8 is supported.
353 INVALID_ENUM is generated if RenderbufferStorageOES is called with
DOES_required_internalformat.txt178 for *TexImage* and RenderbufferStorageOES. Unless otherwise stated by
188 renderbuffers allocated with RenderbufferStorageOES.
204 internal formats for RenderbufferStorageOES?
364 Accepted by the <internalformat> argument of RenderbufferStorageOES:
405 calling RenderbufferStorageOES and CopyTexImage2D. The valid values of
407 RenderbufferStorageOES is called with a value of <internalformat> not
428 RenderbufferStorageOES
504 If RenderbufferStorageOES or CopyTexImage2D is called with a value of
719 - split table 3.4.x into two tables: one for RenderbufferStorageOES
DOES_depth24.txt60 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_depth32.txt60 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_stencil1.txt60 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_rgb8_rgba8.txt60 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_stencil8.txt60 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_stencil4.txt60 Accepted by the <internalformat> parameter of RenderbufferStorageOES:
DOES_EGL_image.txt173 {Reference}RenderbufferStorageOES. As a result of this referencing
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h213 …void GL_APIENTRY RenderbufferStorageOES(GLenum target, GLenum internalformat, GLsizei width, GLsiz…
DlibGLESv2.cpp6129 void GL_APIENTRY RenderbufferStorageOES(GLenum target, GLenum internalformat, GLsizei width, GLsize… in RenderbufferStorageOES() function
6481 FUNCTION(RenderbufferStorageOES), in es2GetProcAddress()
Dentry_points.cpp1727 this->glRenderbufferStorageOES = gl::RenderbufferStorageOES; in LibGLESv2exports()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp9887 ANGLE_CAPTURE(RenderbufferStorageOES, isCallValid, context, target, internalformat, width, in GL_RenderbufferStorageOES()