Home
last modified time | relevance | path

Searched refs:GetQueryObjectuiv (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp566 PFNGETQUERYOBJECTUIVPROC GetQueryObjectuiv; variable
1339 GetQueryObjectuiv = (PFNGETQUERYOBJECTUIVPROC)IntGetProcAddress("glGetQueryObjectuiv"); in Switch_GetQueryObjectuiv()
1340 GetQueryObjectuiv(id, pname, params); in Switch_GetQueryObjectuiv()
2554 GetQueryObjectuiv = Switch_GetQueryObjectuiv; in InitializeVariables()
Dgl_core_3_1.hpp1169 extern void (CODEGEN_FUNCPTR *GetQueryObjectuiv)(GLuint id, GLenum pname, GLuint *params);
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp166 GET_PROC(GetQueryObjectuiv); in GrGLAssembleGLInterface()
/external/mesa3d/include/GL/
Dgl_mangle.h808 #define glGetQueryObjectuiv MANGLE(GetQueryObjectuiv)