HomeSort by relevance Sort by last modified time
    Searched refs:GL_MAX_PATCH_VERTICES (Results 1 - 23 of 23) sorted by null

  /external/deqp/modules/gles31/functional/
es31fNegativeTessellationTests.cpp 323 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.");
es31fShaderBuiltinConstantTests.cpp 428 { "gl_MaxPatchVertices", getInteger<GL_MAX_PATCH_VERTICES> },
es31fProgramInterfaceQueryTestCase.cpp     [all...]