Home
last modified time | relevance | path

Searched refs:GL_RENDERBUFFER_EXT (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c495 if (att->Type == GL_TEXTURE || att->Type == GL_RENDERBUFFER_EXT) { in remove_attachment()
647 att->Type = GL_RENDERBUFFER_EXT; in set_renderbuffer_attachment()
709 if (depth->Type == GL_RENDERBUFFER_EXT && in _mesa_has_depthstencil_combined()
1057 else if (att->Type == GL_RENDERBUFFER_EXT) { in test_attachment_completeness()
1196 if (depth->Type == GL_RENDERBUFFER_EXT && in do_validate_framebuffer()
1197 stencil->Type == GL_RENDERBUFFER_EXT && in do_validate_framebuffer()
1396 else if (att->Type == GL_RENDERBUFFER_EXT) { in _mesa_test_framebuffer_completeness()
1758 if (target != GL_RENDERBUFFER_EXT) { in bind_renderbuffer()
2194 _mesa_BindRenderbuffer(GL_RENDERBUFFER_EXT, 0); in _mesa_DeleteRenderbuffers()
2882 if (target != GL_RENDERBUFFER_EXT) { in renderbuffer_storage_target()
[all...]
H A Drenderbuffer.c364 fb->Attachment[bufferName].Type = GL_RENDERBUFFER_EXT; in validate_and_init_renderbuffer_attachment()
H A Dframebuffer.c283 if (att->Type == GL_RENDERBUFFER_EXT && att->Renderbuffer) { in _mesa_resize_framebuffer()
/third_party/openGLES/api/GL/
H A Dglext.h7439 #define GL_RENDERBUFFER_EXT 0x8D41 macro
/third_party/mesa3d/include/GL/
H A Dglext.h7447 #define GL_RENDERBUFFER_EXT 0x8D41 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h7424 #define GL_RENDERBUFFER_EXT 0x8D41 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h7423 #define GL_RENDERBUFFER_EXT 0x8D41 macro

Completed in 165 milliseconds