Home
last modified time | relevance | path

Searched refs:_mesa_DepthRangeIndexed (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dviewport.h64 _mesa_DepthRangeIndexed(GLuint index, GLclampd n, GLclampd f);
Dviewport.c368 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval) in _mesa_DepthRangeIndexed() function
389 _mesa_DepthRangeIndexed(index, nearval, farval); in _mesa_DepthRangeIndexedfOES()
/external/mesa3d/prebuilt-intermediates/main/
Dapi_exec.c1201 SET_DepthRangeIndexed(exec, _mesa_DepthRangeIndexed); in _mesa_initialize_exec_table()