| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fNegativeStateApiTests.cpp | 678 GLboolean isProgram; in init() 681 isProgram = glIsProgram(program); in init() 682 checkBooleans (isProgram, GL_FALSE); in init() 685 isProgram = glIsProgram(program); in init() 686 checkBooleans (isProgram, GL_TRUE); in init() 689 isProgram = glIsProgram(program); in init() 690 checkBooleans (isProgram, GL_FALSE); in init()
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fNegativeStateApiTests.cpp | 1126 GLboolean isProgram; in init() 1129 isProgram = glIsProgram(program); in init() 1130 checkBooleans (isProgram, GL_FALSE); in init() 1133 isProgram = glIsProgram(program); in init() 1134 checkBooleans (isProgram, GL_TRUE); in init() 1137 isProgram = glIsProgram(program); in init() 1138 checkBooleans (isProgram, GL_FALSE); in init()
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwInitES20Direct.inl | 90 gl->isProgram = &glIsProgram;
|
| D | glwInitES30Direct.inl | 150 gl->isProgram = &glIsProgram;
|
| D | glwInitES20.inl | 90 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitES31Direct.inl | 174 gl->isProgram = &glIsProgram;
|
| D | glwInitES32Direct.inl | 203 gl->isProgram = &glIsProgram;
|
| D | glwInitES30.inl | 150 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitGL31.inl | 157 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitGL30.inl | 148 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitGL32.inl | 169 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitES31.inl | 174 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwFunctions.inl | 426 glIsProgramFunc isProgram; variable
|
| D | glwInitGL33.inl | 180 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitES32.inl | 203 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitGL40.inl | 202 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitGL42.inl | 226 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| D | glwInitGL41.inl | 218 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluES3PlusWrapperFuncs.inl | 174 dst->isProgram = src.isProgram;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.cpp | 256 ASSIGN("glIsProgramARB", isProgram); in initProcsDesktopGL() 752 ASSIGN("glIsProgramARB", isProgram); in initProcsDesktopGL() 1341 ASSIGN("glIsProgram", isProgram); in initProcsDesktopGL() 2351 ASSIGN("glIsProgram", isProgram); in initProcsGLES() 3044 isProgram = &glIsProgramNULL; in initProcsDesktopGLNULL() 3540 isProgram = &glIsProgramNULL; in initProcsDesktopGLNULL() 4128 isProgram = &glIsProgramNULL; in initProcsDesktopGLNULL() 5137 isProgram = &glIsProgramNULL; in initProcsGLESNULL()
|
| D | DispatchTableGL_autogen.h | 182 PFNGLISPROGRAMPROC isProgram = nullptr; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context_gles_2_0_autogen.h | 120 GLboolean isProgram(ShaderProgramID programPacked) const; \
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
| D | webgl.js | 798 isProgram: function (...args) { method
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullRenderContextInitFuncs.inl | 426 gl->isProgram = glIsProgram;
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsLifetimeTests.cpp | 1034 errors.check(!gl().isProgram(programId), in testDeleteUsed()
|