Home
last modified time | relevance | path

Searched refs:GL_FRAMEBUFFER_DEFAULT (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp32 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 DlibGLESv2.cpp2696 attachmentObjectType = GL_FRAMEBUFFER_DEFAULT; in GetFramebufferAttachmentParameteriv()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp196 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 DFramebuffer.cpp822 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 DvalidationES.cpp5445 attachmentObject->type() == GL_FRAMEBUFFER_DEFAULT); in ValidateGetFramebufferAttachmentParameterivBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h546 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp2600 return (framebufferAttachment->type() == GL_FRAMEBUFFER_DEFAULT && in UsePresentPathFast()
H A DStateManager11.cpp1913 else if (attachment.type() == GL_FRAMEBUFFER_DEFAULT)
/third_party/mesa3d/include/GLES3/
H A Dgl31.h829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
H A Dgl3.h829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
H A Dgl32.h829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
/third_party/openGLES/api/GLES3/
H A Dgl3.h810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
H A Dgl31.h810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
H A Dgl32.h810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h829 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
H A Dgl31.h831 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
H A Dgl32.h831 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl3.h810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
H A Dgl31.h810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
H A Dgl32.h810 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c4620 "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 Dgl.h587 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h1114 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h1095 #define GL_FRAMEBUFFER_DEFAULT 0x8218 macro

Completed in 179 milliseconds

12