HomeSort by relevance Sort by last modified time
    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 118 milliseconds