/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Framebuffer.cpp | 32 return type == GL_RENDERBUFFER || type == GL_FRAMEBUFFER_DEFAULT; in IsRenderbuffer() 702 GLenum defaultRenderbufferType = GL_FRAMEBUFFER_DEFAULT; in DefaultFramebuffer() 718 mDepthbufferType = (depthStencilRenderbuffer->getDepthSize() != 0) ? GL_FRAMEBUFFER_DEFAULT : GL_NONE; in DefaultFramebuffer() 719 mStencilbufferType = (depthStencilRenderbuffer->getStencilSize() != 0) ? GL_FRAMEBUFFER_DEFAULT : GL_NONE; in DefaultFramebuffer()
|
H A D | libGLESv2.cpp | 2696 attachmentObjectType = GL_FRAMEBUFFER_DEFAULT; in GetFramebufferAttachmentParameteriv()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboStateQueryTests.cpp | 196 checkIntEquals(m_testCtx, state, GL_FRAMEBUFFER_DEFAULT); in test() 203 checkIntEqualsAny(m_testCtx, state, GL_FRAMEBUFFER_DEFAULT, GL_NONE); in test()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.cpp | 822 setAttachmentImpl(context, GL_FRAMEBUFFER_DEFAULT, GL_BACK, ImageIndex(), surface, in Framebuffer() 831 setAttachmentImpl(context, GL_FRAMEBUFFER_DEFAULT, GL_DEPTH, ImageIndex(), surface, in Framebuffer() 839 setAttachmentImpl(context, GL_FRAMEBUFFER_DEFAULT, GL_STENCIL, ImageIndex(), surface, in Framebuffer() 898 context, GL_FRAMEBUFFER_DEFAULT, GL_BACK, ImageIndex(), readSurface, in setReadSurface()
|
H A D | validationES.cpp | 5445 attachmentObject->type() == GL_FRAMEBUFFER_DEFAULT); in ValidateGetFramebufferAttachmentParameterivBase()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 546 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 2600 return (framebufferAttachment->type() == GL_FRAMEBUFFER_DEFAULT && in UsePresentPathFast()
|
H A D | StateManager11.cpp | 1913 else if (attachment.type() == GL_FRAMEBUFFER_DEFAULT)
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
H A D | gl3.h | 829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
H A D | gl32.h | 829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
H A D | gl31.h | 810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
H A D | gl32.h | 810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
H A D | gl31.h | 831 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
H A D | gl32.h | 831 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
H A D | gl31.h | 810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
H A D | gl32.h | 810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | fbobject.c | 4620 "GL_FRAMEBUFFER_DEFAULT is not allowed)", caller); in get_framebuffer_attachment_parameter() 4693 GL_FRAMEBUFFER_DEFAULT : att->Type; in get_framebuffer_attachment_parameter()
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 587 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1114 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1095 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
|