Searched refs:g_AttribLocationProjMtx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp70 static int g_AttribLocationTex = 0, g_AttribLocationProjMtx = 0; variable in typeref:typename:int
157 glUniformMatrix4fv(g_AttribLocationProjMtx, 1, GL_FALSE, &ortho_projection[0][0]);
400 g_AttribLocationProjMtx = glGetUniformLocation(g_ShaderHandle, "ProjMtx");
/xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp70 static int g_AttribLocationTex = 0, g_AttribLocationProjMtx = 0; variable in typeref:typename:int
157 glUniformMatrix4fv(g_AttribLocationProjMtx, 1, GL_FALSE, &ortho_projection[0][0]);
400 g_AttribLocationProjMtx = glGetUniformLocation(g_ShaderHandle, "ProjMtx");

Completed in 71 milliseconds