Home
last modified time | relevance | path

Searched refs:GL_MAX_COLOR_ATTACHMENTS (Results 1 - 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp201 { "max_color_attachments", GL_MAX_COLOR_ATTACHMENTS, 8, 0, "" }, in init()
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp233 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in iterate()
408 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in iterate()
830 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in iterate()
1355 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in iterate()
1572 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in iterate()
1772 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in iterate()
1991 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in iterate()
2568 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in PrepareFramebuffer()
4901 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments); in PrepareObjects()
5254 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, in PrepareObjects()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DFramebufferAttachmentPerfTest.cpp82 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxAttachmentCount); in initializeBenchmark()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp447 LIMIT_CASE(max_color_attachments, GL_MAX_COLOR_ATTACHMENTS, GLint, 4); in init()
H A Des3fNegativeBufferApiTests.cpp816 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in init()
851 m_log << TestLog::Section("", "GL_INVALID_OPERATION error is generated if src is GL_BACK or if src is GL_COLOR_ATTACHMENTm where m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS."); in init()
1322 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in init()
1342 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if attachments contains GL_COLOR_ATTACHMENTm and m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS."); in init()
1356 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in init()
1376 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if attachments contains GL_COLOR_ATTACHMENTm and m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS."); in init()
H A Des3fIntegerStateQueryTests.cpp2801 { "max_color_attachments", "MAX_COLOR_ATTACHMENTS has minimum value of 4", GL_MAX_COLOR_ATTACHMENTS, 4 , false }, in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp763 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in draw_buffers()
962 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in read_buffer()
997 ctx.beginSection("GL_INVALID_OPERATION error is generated if src is GL_BACK or if src is GL_COLOR_ATTACHMENTm where m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS."); in read_buffer()
1691 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in invalidate_framebuffer()
1712 ctx.beginSection("GL_INVALID_OPERATION is generated if attachments contains GL_COLOR_ATTACHMENTm and m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS."); in invalidate_framebuffer()
1740 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in invalidate_sub_framebuffer()
1761 ctx.beginSection("GL_INVALID_OPERATION is generated if attachments contains GL_COLOR_ATTACHMENTm and m is greater than or equal to the value of GL_MAX_COLOR_ATTACHMENTS."); in invalidate_sub_framebuffer()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp208 QUERY_AND_LOG_CAPABILITY(GL_MAX_COLOR_ATTACHMENTS, stream); in LogGles3Capabilities()
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp312 case GL_MAX_COLOR_ATTACHMENTS: in glGetIntegerv()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredFBO.cpp812 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in iterate()
813 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv() call failed with pname GL_MAX_COLOR_ATTACHMENTS."); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp927 gl(*this).getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxAttachments); in build()
929 gl(*this).getError(), "Couldn't read GL_MAX_COLOR_ATTACHMENTS"); in build()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp2227 case GL_MAX_COLOR_ATTACHMENTS: // Note: MAX_COLOR_ATTACHMENTS_EXT added by GL_EXT_draw_buffers in getIntegerv()
2623 case GL_MAX_COLOR_ATTACHMENTS: in getQueryParameterInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h574 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
H A Drenderergl_utils.cpp743 caps->maxColorAttachments = QuerySingleGLInt(functions, GL_MAX_COLOR_ATTACHMENTS); in GenerateCaps()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp607 testContext.gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachmentsCount);
/third_party/mesa3d/include/GLES3/
H A Dgl31.h842 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
H A Dgl3.h842 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
H A Dgl32.h842 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
/third_party/openGLES/api/GLES3/
H A Dgl3.h823 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
H A Dgl31.h823 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h842 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h842 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
H A Dgl31.h844 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl3.h823 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro
H A Dgl31.h823 #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF macro

Completed in 86 milliseconds

12