Home
last modified time | relevance | path

Searched refs:client_state (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Denable.c100 client_state(struct gl_context *ctx, struct gl_vertex_array_object* vao, in client_state() function
187 client_state(ctx, vao, cap, state); in client_state_i()
197 * calls client_state().
203 client_state( ctx, ctx->Array.VAO, cap, GL_TRUE ); in _mesa_EnableClientState()
230 client_state(ctx, vao, GL_TEXTURE_COORD_ARRAY, GL_TRUE); in _mesa_EnableVertexArrayEXT()
233 client_state(ctx, vao, cap, GL_TRUE); in _mesa_EnableVertexArrayEXT()
251 * calls client_state().
257 client_state( ctx, ctx->Array.VAO, cap, GL_FALSE ); in _mesa_DisableClientState()
283 client_state(ctx, vao, GL_TEXTURE_COORD_ARRAY, GL_FALSE); in _mesa_DisableVertexArrayEXT()
286 client_state(ct in _mesa_DisableVertexArrayEXT()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c1392 void *client_state; member
1401 return state->cb(&dest->ssa, state->client_state); in nir_ssa_def_visitor()

Completed in 5 milliseconds