Home
last modified time | relevance | path

Searched refs:elementBuf (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dapi_validate.c63 struct gl_buffer_object *elementBuf) in _mesa_max_buffer_index() argument
69 if (_mesa_is_bufferobj(elementBuf)) { in _mesa_max_buffer_index()
71 map = ctx->Driver.MapBufferRange(ctx, 0, elementBuf->Size, in _mesa_max_buffer_index()
72 GL_MAP_READ_BIT, elementBuf); in _mesa_max_buffer_index()
95 ctx->Driver.UnmapBuffer(ctx, elementBuf); in _mesa_max_buffer_index()
Dapi_validate.h42 struct gl_buffer_object *elementBuf);