Lines Matching defs:query
40 void SERVER_DISPATCH_APIENTRY crServerDispatchGetMapdv( GLenum target, GLenum query, GLdouble *v )
82 switch(query)
85 cr_server.head_spu->dispatch_table.GetMapdv( target, query, order );
90 cr_server.head_spu->dispatch_table.GetMapdv( target, query, domain );
100 cr_server.head_spu->dispatch_table.GetMapdv( target, query, coeffs );
104 crError( "Bad query in crServerDispatchGetMapdv: %d", query );
109 if (query == GL_COEFF)
115 void SERVER_DISPATCH_APIENTRY crServerDispatchGetMapfv( GLenum target, GLenum query, GLfloat *v )
157 switch(query)
160 cr_server.head_spu->dispatch_table.GetMapfv( target, query, order );
165 cr_server.head_spu->dispatch_table.GetMapfv( target, query, domain );
175 cr_server.head_spu->dispatch_table.GetMapfv( target, query, coeffs );
179 crError( "Bad query in crServerDispatchGetMapfv: %d", query );
184 if (query == GL_COEFF)
190 void SERVER_DISPATCH_APIENTRY crServerDispatchGetMapiv( GLenum target, GLenum query, GLint *v )
232 switch(query)
235 cr_server.head_spu->dispatch_table.GetMapiv( target, query, order );
240 cr_server.head_spu->dispatch_table.GetMapiv( target, query, domain );
250 cr_server.head_spu->dispatch_table.GetMapiv( target, query, coeffs );
254 crError( "Bad query in crServerDispatchGetMapiv: %d", query );
259 if (query == GL_COEFF)