Home
last modified time | relevance | path

Searched refs:GL_MAX_GEOMETRY_SHADER_INVOCATIONS (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp130 { "max_geometry_shader_invocations", GL_MAX_GEOMETRY_SHADER_INVOCATIONS, 32, 0, "" }, in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcExtTokens.cpp63 MAX_GEOMETRY_SHADER_INVOCATIONS = GL_MAX_GEOMETRY_SHADER_INVOCATIONS; in init()
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp211 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp311 QUERY_AND_LOG_CAPABILITY(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, stream); in LogGles32Capabilities()
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp355 case GL_MAX_GEOMETRY_SHADER_INVOCATIONS: in glGetIntegerv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h870 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fIntegerStateQueryTests.cpp906 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_geometry_shader_invocations_" + verifierSuffix).c_str(), "Test MAX_GEOMETRY_SHADER_INVOCATIONS", GL_MAX_GEOMETRY_SHADER_INVOCATIONS, 32, verifier, glu::ApiType::es(3, 2))) in init()
H A Des31fTessellationGeometryInteractionTests.cpp2314 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations);
H A Des31fGeometryShaderTests.cpp4400 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &maxGeometryShaderInvocations);
4401 GLU_EXPECT_NO_ERROR(gl.getError(), "getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS)");
4406 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << maxGeometryShaderInvocations << tcu::TestLog::EndMessage;
4413 throw tcu::NotSupportedError("Test requires larger GL_MAX_GEOMETRY_SHADER_INVOCATIONS");
6161 queryGroup->addChild(new ImplementationLimitCase(m_context, "max_geometry_shader_invocations", "", GL_MAX_GEOMETRY_SHADER_INVOCATIONS, 32));
/third_party/mesa3d/include/GLES3/
H A Dgl32.h1600 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
/third_party/openGLES/api/GLES3/
H A Dgl32.h1581 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl32.h1602 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl32.h1581 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h1701 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
H A Dglext.h1649 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h1682 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
H A Dglext.h1630 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h1738 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
H A Dglext.h1685 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h1738 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro
H A Dglext.h1685 #define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A macro

Completed in 277 milliseconds