Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp635 PFNVALIDATEPROGRAMPROC ValidateProgram; variable
1743 ValidateProgram = (PFNVALIDATEPROGRAMPROC)IntGetProcAddress("glValidateProgram"); in Switch_ValidateProgram()
1744 ValidateProgram(program); in Switch_ValidateProgram()
2623 ValidateProgram = Switch_ValidateProgram; in InitializeVariables()
Dgl_core_3_1.hpp1238 extern void (CODEGEN_FUNCPTR *ValidateProgram)(GLuint program);
/external/mesa3d/include/GL/
Dgl_mangle.h1912 #define glValidateProgram MANGLE(ValidateProgram)