Home
last modified time | relevance | path

Searched refs:_mesa_lookup_vao_err (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvarray.c930 *vao = _mesa_lookup_vao_err(ctx, vaobj, true, caller); in _lookup_vao_and_vbo_dsa()
1934 vao = _mesa_lookup_vao_err(ctx, vaobj, false, "glEnableVertexArrayAttrib"); in _mesa_EnableVertexArrayAttrib()
1945 struct gl_vertex_array_object* vao = _mesa_lookup_vao_err(ctx, vaobj, in _mesa_EnableVertexArrayAttribEXT()
2023 vao = _mesa_lookup_vao_err(ctx, vaobj, false, "glDisableVertexArrayAttrib"); in _mesa_DisableVertexArrayAttrib()
2040 struct gl_vertex_array_object* vao = _mesa_lookup_vao_err(ctx, vaobj, in _mesa_DisableVertexArrayAttribEXT()
2352 vao = _mesa_lookup_vao_err(ctx, vaobj, false, "glGetVertexArrayIndexediv"); in _mesa_GetVertexArrayIndexediv()
2416 vao = _mesa_lookup_vao_err(ctx, vaobj, false, "glGetVertexArrayIndexed64iv"); in _mesa_GetVertexArrayIndexed64iv()
2867 vao = _mesa_lookup_vao_err(ctx, vaobj, in _mesa_VertexArrayVertexAttribDivisorEXT()
3064 vao = _mesa_lookup_vao_err(ctx, vaobj, false, "glVertexArrayVertexBuffer"); in _mesa_VertexArrayVertexBuffer()
3079 vao = _mesa_lookup_vao_err(ctx, vaobj, true, "glVertexArrayBindVertexBufferEXT"); in _mesa_VertexArrayBindVertexBufferEXT()
[all …]
Darrayobj.c242 _mesa_lookup_vao_err(struct gl_context *ctx, GLuint id, in _mesa_lookup_vao_err() function
1233 vao =_mesa_lookup_vao_err(ctx, vaobj, false, "glVertexArrayElementBuffer"); in vertex_array_element_buffer()
1295 vao = _mesa_lookup_vao_err(ctx, vaobj, false, "glGetVertexArrayiv"); in _mesa_GetVertexArrayiv()
Darrayobj.h53 _mesa_lookup_vao_err(struct gl_context *ctx, GLuint id,
Denable.c193 struct gl_vertex_array_object* vao = _mesa_lookup_vao_err(ctx, vaobj, in _mesa_EnableVertexArrayEXT()
246 struct gl_vertex_array_object* vao = _mesa_lookup_vao_err(ctx, vaobj, in _mesa_DisableVertexArrayEXT()
/external/mesa3d/docs/relnotes/
D20.0.0.rst2666 - mesa: rework \_mesa_lookup_vao_err to allow usage from EXT_dsa
2675 - mesa: fix call to \_mesa_lookup_vao_err