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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c840 translate_id(GLsizei n, GLenum type, const GLvoid * list) function
1462 GLint list = translate_id(i, type, lists);
9186 GLuint list = (GLuint) (ctx->List.ListBase + translate_id(i, type, lists));
/external/mesa3d/src/mesa/main/
H A Ddlist.c840 translate_id(GLsizei n, GLenum type, const GLvoid * list) function
1462 GLint list = translate_id(i, type, lists);
9186 GLuint list = (GLuint) (ctx->List.ListBase + translate_id(i, type, lists));

Completed in 348 milliseconds