Searched refs:glIsProgram (Results 1 - 25 of 31) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluStaticES20Library.inl88 { "glIsProgram", (deFunctionPtr)glIsProgram },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl88 gl->isProgram = &glIsProgram;
H A DglwInitES30Direct.inl88 gl->isProgram = &glIsProgram;
H A DglwApi.inl140 #define glIsProgram glwIsProgram
/external/deqp/modules/gles2/functional/
H A Des2fNegativeStateApiTests.cpp651 ES2F_ADD_API_CASE(is_program, "Invalid glIsProgram() usage",
657 isProgram = glIsProgram(program);
661 isProgram = glIsProgram(program);
665 isProgram = glIsProgram(program);
702 isShader = glIsProgram(shader);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h101 #define glIsProgram GLES2_GET_FUN(IsProgram) macro
/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp1114 ES3F_ADD_API_CASE(is_program, "Invalid glIsProgram() usage",
1120 isProgram = glIsProgram(program);
1124 isProgram = glIsProgram(program);
1128 isProgram = glIsProgram(program);
1165 isShader = glIsProgram(shader);
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp192 bool exists (GLuint name) { return glIsProgram(name) != GL_FALSE; }
H A DglsLifetimeTests.cpp862 TCU_CHECK(glIsProgram(programId));
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h574 #define glIsProgram GLES2_GET_FUN(IsProgram) macro
723 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl140 gl->isProgram = glIsProgram;
H A DtcuNullRenderContextFuncs.inl896 GLW_APICALL GLboolean GLW_APIENTRY glIsProgram (GLuint program)
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h557 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h462 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h558 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp134 deBool glIsProgram (deUint32 program);
/external/mesa3d/include/GLES2/
H A Dgl2.h558 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc809 return glIsProgram(program);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c540 GLboolean GL_APIENTRY glIsProgram(GLuint program) { function
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h1270 "glIsProgram", reinterpret_cast<GLES2FunctionPointer>(glIsProgram),
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h891 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglprocs.h474 "glIsProgram\0"
1888 NAME_FUNC_OFFSET( 5950, glIsProgram, glIsProgram, NULL, 419),
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl140 glw::GLboolean glIsProgram (glw::GLuint program);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h966 #define glIsProgram MANGLE(IsProgram) macro
/external/mesa3d/include/GL/
H A Dgl_mangle.h966 #define glIsProgram MANGLE(IsProgram) macro

Completed in 356 milliseconds

12