OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVectorsFromComps
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp
61
static int
getVectorsFromComps
(const glw::Functions& gl, deUint32 pname)
71
static int
getVectorsFromComps
(const glw::Functions& gl)
73
return
getVectorsFromComps
(gl, Pname);
310
{ "gl_MaxVertexOutputVectors",
getVectorsFromComps
<GL_MAX_VERTEX_OUTPUT_COMPONENTS> },
311
{ "gl_MaxFragmentInputVectors",
getVectorsFromComps
<GL_MAX_FRAGMENT_INPUT_COMPONENTS> },
/external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp
71
static int
getVectorsFromComps
(const glw::Functions& gl, deUint32 pname)
81
static int
getVectorsFromComps
(const glw::Functions& gl)
83
return
getVectorsFromComps
(gl, Pname);
[
all
...]
Completed in 148 milliseconds