Searched refs:CompileShader (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dglmain.c92 CompileShader(GLenum type, const char *shader) function in typeref:typename:GLuint
130 GLuint vs = CompileShader(GL_VERTEX_SHADER, vertShader);
134 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, fragShader);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1091 { "glCompileShader", _O(CompileShader) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1091 { "glCompileShader", _O(CompileShader) },
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h300 #define glCompileShader MANGLE(CompileShader)
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dglapi_mapi_tmp.h624 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader);
5548 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader)
12208 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompileShader))"\n"
12212 ".set "GLAPI_PREFIX_STR(CompileShaderARB)", "GLAPI_PREFIX_STR(CompileShader)"\n"
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dglapi_mapi_tmp.h623 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader);
5547 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader)
12207 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompileShader))"\n"
12211 ".set "GLAPI_PREFIX_STR(CompileShaderARB)", "GLAPI_PREFIX_STR(CompileShader)"\n"

Completed in 81 milliseconds