Home | History | Annotate | Download | only in functional

Lines Matching refs:getVectorsFromComps

71 static int getVectorsFromComps (const glw::Functions& gl, deUint32 pname)
81 static int getVectorsFromComps (const glw::Functions& gl)
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> },