Home
last modified time | relevance | path

Searched refs:isProgram (Results 1 – 25 of 42) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp678 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/
Des3fNegativeStateApiTests.cpp1126 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/
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");
DglwInitGL31.inl157 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwInitGL30.inl148 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwInitGL32.inl169 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwInitES31.inl174 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwFunctions.inl426 glIsProgramFunc isProgram; variable
DglwInitGL33.inl180 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwInitES32.inl203 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwInitGL40.inl202 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwInitGL42.inl226 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
DglwInitGL41.inl218 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl174 dst->isProgram = src.isProgram;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp256 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()
DDispatchTableGL_autogen.h182 PFNGLISPROGRAMPROC isProgram = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h120 GLboolean isProgram(ShaderProgramID programPacked) const; \
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js798 isProgram: function (...args) { method
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl426 gl->isProgram = glIsProgram;
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp1034 errors.check(!gl().isProgram(programId), in testDeleteUsed()

12