Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp483 PFNCLEARDEPTHPROC ClearDepth; variable
881 ClearDepth = (PFNCLEARDEPTHPROC)IntGetProcAddress("glClearDepth"); in Switch_ClearDepth()
882 ClearDepth(depth); in Switch_ClearDepth()
2471 ClearDepth = Switch_ClearDepth; in InitializeVariables()
Dgl_core_3_1.hpp1086 extern void (CODEGEN_FUNCPTR *ClearDepth)(GLdouble depth);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h258 void (GLAPIENTRY * ClearDepth)(GLclampd);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp774 { "glClearDepth", _O(ClearDepth) },
/external/mesa3d/include/GL/
Dgl_mangle.h168 #define glClearDepth MANGLE(ClearDepth)