Searched defs:getVectorsFromComps (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp61 static int getVectorsFromComps (const glw::Functions& gl, deUint32 pname) function in namespace:deqp::gles31::Functional::__anon5413
71 static int getVectorsFromComps (const glw::Functions& gl) function in namespace:deqp::gles31::Functional::__anon5413
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/
H A Des3fShaderBuiltinVarTests.cpp71 static int getVectorsFromComps (const glw::Functions& gl, deUint32 pname) function in namespace:deqp::gles3::Functional
81 static int getVectorsFromComps (const glw::Functions& gl) function in namespace:deqp::gles3::Functional
83 return getVectorsFromComps(gl, Pname);
1106 { "max_vertex_output_vectors", "gl_MaxVertexOutputVectors", getVectorsFromComps<GL_MAX_VERTEX_OUTPUT_COMPONENTS> },
1107 { "max_fragment_input_vectors", "gl_MaxFragmentInputVectors", getVectorsFromComps<GL_MAX_FRAGMENT_INPUT_COMPONENTS> },

Completed in 237 milliseconds