OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxPatchVertices
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles31/functional/
es31fNegativeTessellationTests.cpp
321
int
maxPatchVertices
= 0;
324
ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &
maxPatchVertices
);
328
oss << (
maxPatchVertices
+ 1);
397
int
maxPatchVertices
= 0;
398
ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &
maxPatchVertices
);
402
ctx.glPatchParameteri(GL_PATCH_VERTICES,
maxPatchVertices
+ 1);
/external/deqp/framework/opengl/
gluShaderLibrary.hpp
176
const int
maxPatchVertices
; // Used by tess shaders only
183
,
maxPatchVertices
(maxPatchVertices_)
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ResourceLimits.h
114
int
maxPatchVertices
;
/external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp
538
params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.
maxPatchVertices
)));
558
params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.
maxPatchVertices
)));
[
all
...]
Completed in 174 milliseconds