Searched refs:GL_MAX_PATCH_VERTICES (Results 1 - 16 of 16) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeTessellationTests.cpp323 ctx.beginSection("Output vertex count exceeds GL_MAX_PATCH_VERTICES.");
324 ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices);
398 ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices);
401 ctx.beginSection("GL_INVALID_VALUE is generated if value is greater than GL_MAX_PATCH_VERTICES.");
H A Des31fShaderBuiltinConstantTests.cpp428 { "gl_MaxPatchVertices", getInteger<GL_MAX_PATCH_VERTICES> },
H A Des31fProgramInterfaceQueryTestCase.cpp2126 gl.getIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices);
2127 GLU_EXPECT_NO_ERROR(gl.getError(), "getIntegerv(GL_MAX_PATCH_VERTICES)");
2628 { GL_MAX_PATCH_VERTICES, (int)program->getTessellationNumOutputPatchVertices() },
2659 { GL_MAX_PATCH_VERTICES, (int)program->getTessellationNumOutputPatchVertices() },
H A Des31fIntegerStateQueryTests.cpp869 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_patch_vertices_" + verifierSuffix).c_str(), "Test MAX_PATCH_VERTICES", GL_MAX_PATCH_VERTICES, 32, verifier, glu::ApiType::es(3, 2)))
H A Des31fTessellationTests.cpp5557 VERTEX_IO_ARRAY_SIZE_EXPLICIT_QUERY, //!< Query GL_MAX_PATCH_VERTICES, and use that as size for per-vertex input array.
5971 : m_vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_EXPLICIT_QUERY ? de::toString(m_context.getContextInfo().getInt(GL_MAX_PATCH_VERTICES))
6065 : m_tessControlOutArraySize == TESS_CONTROL_OUT_ARRAY_SIZE_QUERY ? de::toString(m_context.getContextInfo().getInt(GL_MAX_PATCH_VERTICES))
7278 queryGroup->addChild(new LimitQueryCase(m_context, "max_patch_vertices", "Test MAX_PATCH_VERTICES", GL_MAX_PATCH_VERTICES, 32));
/external/deqp/external/openglcts/modules/common/
H A DglcExtTokens.cpp75 MAX_PATCH_VERTICES = GL_MAX_PATCH_VERTICES;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp104 { "max_patch_vertices", GL_MAX_PATCH_VERTICES, 32, 0, "gl_MaxPatchVertices" },
/external/deqp/framework/opengl/
H A DgluStrUtil.inl1310 case GL_MAX_PATCH_VERTICES: return "GL_MAX_PATCH_VERTICES";
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp539 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
559 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
966 ? m_contextInfo.getInt(GL_MAX_PATCH_VERTICES) : 0;
/external/mesa3d/prebuilt-intermediates/main/
H A Dget_hash.h354 { GL_MAX_PATCH_VERTICES, CONTEXT_INT(Const.MaxPatchVertices), extra_ARB_tessellation_shader },
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1285 #define GL_MAX_PATCH_VERTICES 0x8E7D
/external/mesa3d/include/GLES3/
H A Dgl32.h1633 #define GL_MAX_PATCH_VERTICES 0x8E7D macro
/external/mesa3d/include/GL/
H A Dglcorearb.h1776 #define GL_MAX_PATCH_VERTICES 0x8E7D macro
H A Dglext.h1723 #define GL_MAX_PATCH_VERTICES 0x8E7D macro
/external/swiftshader/include/GL/
H A Dglcorearb.h1776 #define GL_MAX_PATCH_VERTICES 0x8E7D macro
H A Dglext.h1723 #define GL_MAX_PATCH_VERTICES 0x8E7D macro

Completed in 507 milliseconds