Home
last modified time | relevance | path

Searched refs:glIsProgram (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/vk-gl-cts/framework/egl/
DegluStaticES20Library.inl90 { "glIsProgram", (deFunctionPtr)glIsProgram },
DegluStaticES30Library.inl150 { "glIsProgram", (deFunctionPtr)glIsProgram },
DegluStaticES31Library.inl174 { "glIsProgram", (deFunctionPtr)glIsProgram },
DegluStaticES32Library.inl203 { "glIsProgram", (deFunctionPtr)glIsProgram },
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp681 isProgram = glIsProgram(program); in init()
685 isProgram = glIsProgram(program); in init()
689 isProgram = glIsProgram(program); in init()
726 isShader = glIsProgram(shader); in init()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2_deprecated.def87 glIsProgram @85
DlibGLESv2.def87 glIsProgram @85
DlibGLESv2_deprecated.lds88 glIsProgram;
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1133 isProgram = glIsProgram(program); in init()
1137 isProgram = glIsProgram(program); in init()
1141 isProgram = glIsProgram(program); in init()
1178 isShader = glIsProgram(shader); in init()
/third_party/mesa3d/src/mapi/es2api/
Dgles2.def.in199 glIsProgram@4
Dgles2-symbols.txt200 glIsProgram
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl90 gl->isProgram = &glIsProgram;
DglwInitES30Direct.inl150 gl->isProgram = &glIsProgram;
DglwInitES20.inl90 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwInitES31Direct.inl174 gl->isProgram = &glIsProgram;
DglwInitES32Direct.inl203 gl->isProgram = &glIsProgram;
DglwInitES30.inl150 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.hpp192 bool exists (GLuint name) { return glIsProgram(name) != GL_FALSE; } in exists()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def95 glIsProgram
DlibGLESv2_autogen.def95 glIsProgram
DlibGLESv2_with_capture_autogen.def95 glIsProgram
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.def503 glIsProgram
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.def503 glIsProgram
/third_party/vk-gl-cts/doc/
DGLES2 Negative API Functions.txt214 o glIsProgram (GLuint program);
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextWrapper.hpp134 deBool glIsProgram (deUint32 program);

12345