Searched refs:GL_MAX_PATCH_VERTICES (Results 1 – 10 of 10) sorted by relevance
/external/deqp/data/gles31/shaders/ |
D | tessellation_negative_user_defined_io.test | 180 out highp float varyingArray[${GL_MAX_PATCH_VERTICES}]; // size does not match layout declaration
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 428 { "gl_MaxPatchVertices", getInteger<GL_MAX_PATCH_VERTICES> }, in init()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2122 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()
|
D | es31fIntegerStateQueryTests.cpp | 869 …+ verifierSuffix).c_str(), "Test MAX_PATCH_VERTICES", GL_MAX_PATCH_VERTICES, 32,… in init()
|
D | es31fTessellationTests.cpp | 5921 …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/ |
D | functional.tessellation.txt | 52 an integer literal (queried from GL_MAX_PATCH_VERTICES)
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 1309 case GL_MAX_PATCH_VERTICES: return "GL_MAX_PATCH_VERTICES";
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 963 ? m_contextInfo.getInt(GL_MAX_PATCH_VERTICES) : 0; in execute()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1175 #define GL_MAX_PATCH_VERTICES 0x8E7D macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 2365 #define GL_MAX_PATCH_VERTICES 0x8E7D macro
|