Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp739 PFNGETUNIFORMINDICESPROC GetUniformIndices; variable
2307 GetUniformIndices = (PFNGETUNIFORMINDICESPROC)IntGetProcAddress("glGetUniformIndices"); in Switch_GetUniformIndices()
2308 GetUniformIndices(program, uniformCount, uniformNames, uniformIndices); in Switch_GetUniformIndices()
2727 GetUniformIndices = Switch_GetUniformIndices; in InitializeVariables()
Dgl_core_3_1.hpp1342 …extern void (CODEGEN_FUNCPTR *GetUniformIndices)(GLuint program, GLsizei uniformCount, const GLcha…
/external/mesa3d/include/GL/
Dgl_mangle.h863 #define glGetUniformIndices MANGLE(GetUniformIndices)