Home
last modified time | relevance | path

Searched refs:GL_MAX_PATCH_VERTICES (Results 1 – 10 of 10) sorted by relevance

/external/deqp/data/gles31/shaders/
Dtessellation_negative_user_defined_io.test180 out highp float varyingArray[${GL_MAX_PATCH_VERTICES}]; // size does not match layout declaration
/external/deqp/modules/gles31/functional/
Des31fShaderBuiltinConstantTests.cpp428 { "gl_MaxPatchVertices", getInteger<GL_MAX_PATCH_VERTICES> }, in init()
Des31fProgramInterfaceQueryTestCase.cpp2122 gl.getIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in getMaxPatchVertices()
2624 { GL_MAX_PATCH_VERTICES, (int)program->getTessellationNumOutputPatchVertices() }, in checkShaderResourceUsage()
2655 { GL_MAX_PATCH_VERTICES, (int)program->getTessellationNumOutputPatchVertices() }, in checkShaderResourceUsage()
Des31fIntegerStateQueryTests.cpp869 …+ verifierSuffix).c_str(), "Test MAX_PATCH_VERTICES", GL_MAX_PATCH_VERTICES, 32,… in init()
Des31fTessellationTests.cpp5921 …RRAY_SIZE_EXPLICIT_QUERY ? de::toString(m_context.getContextInfo().getInt(GL_MAX_PATCH_VERTICES)) in init()
6015 …OL_OUT_ARRAY_SIZE_QUERY ? de::toString(m_context.getContextInfo().getInt(GL_MAX_PATCH_VERTICES)) in init()
7225 …t, "max_patch_vertices", "Test MAX_PATCH_VERTICES", GL_MAX_PATCH_VERTICES, 32)… in init()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt52 an integer literal (queried from GL_MAX_PATCH_VERTICES)
/external/deqp/framework/opengl/
DgluStrUtil.inl1309 case GL_MAX_PATCH_VERTICES: return "GL_MAX_PATCH_VERTICES";
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp963 ? m_contextInfo.getInt(GL_MAX_PATCH_VERTICES) : 0; in execute()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1175 #define GL_MAX_PATCH_VERTICES 0x8E7D macro
/external/mesa3d/include/GL/
Dglext.h2365 #define GL_MAX_PATCH_VERTICES 0x8E7D macro