Lines Matching refs:pname
122 __indirect_glGetVertexAttribPointervNV(GLuint index, GLenum pname,
128 if (pname != GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB) {
181 GLuint index, GLenum pname, xReply * reply)
189 *((uint32_t *) (pc + 4)) = pname;
196 __indirect_glGetVertexAttribivARB(GLuint index, GLenum pname, GLint * params)
204 get_vertex_attrib(gc, 1303, index, pname, (xReply *) & reply);
210 if (get_attrib_array_data(state, index, pname, &data)) {
229 __indirect_glGetVertexAttribfvARB(GLuint index, GLenum pname,
238 get_vertex_attrib(gc, 1302, index, pname, (xReply *) & reply);
244 if (get_attrib_array_data(state, index, pname, &data)) {
263 __indirect_glGetVertexAttribdvARB(GLuint index, GLenum pname,
272 get_vertex_attrib(gc, 1301, index, pname, (xReply *) & reply);
278 if (get_attrib_array_data(state, index, pname, &data)) {