/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ParallelShaderCompileTest.cpp | 69 glGetProgramiv(mProgram, GL_COMPLETION_STATUS_KHR, &status); in isLinkCompleted() 204 glGetShaderiv(mVertexShader, GL_COMPLETION_STATUS_KHR, &status); 207 glGetShaderiv(mFragmentShader, GL_COMPLETION_STATUS_KHR, &status); 278 glGetShaderiv(mShader, GL_COMPLETION_STATUS_KHR, &status);
|
H A D | ContextLostTest.cpp | 100 glGetShaderiv(vs, GL_COMPLETION_STATUS_KHR, &shaderCompletionStatus); in TEST_P() 105 glGetProgramiv(program, GL_COMPLETION_STATUS_KHR, &programCompletionStatus); in TEST_P()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcParallelShaderCompileTests.cpp | 294 gl.getShaderiv(fragmentShader[i], GL_COMPLETION_STATUS_KHR, &completionStatus); in iterate() 336 gl.getProgramiv(program[i], GL_COMPLETION_STATUS_KHR, &completionStatus); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 1281 ASSERT(program != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryProgramiv() 1291 case GL_COMPLETION_STATUS_KHR: in QueryProgramiv() 1467 ASSERT(shader != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryShaderiv() 1480 case GL_COMPLETION_STATUS_KHR: in QueryShaderiv()
|
H A D | validationES.cpp | 5651 if (context->getExtensions().parallelShaderCompileKHR && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase() 5663 // Special case for GL_COMPLETION_STATUS_KHR: don't resolve the link. Otherwise resolve it now. in ValidateGetProgramivBase() 5664 Program *programObject = (pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase() 5770 case GL_COMPLETION_STATUS_KHR: in ValidateGetProgramivBase() 6620 if (context->getExtensions().parallelShaderCompileKHR && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetShaderivBase() 6654 case GL_COMPLETION_STATUS_KHR: in ValidateGetShaderivBase()
|
H A D | Context.cpp | 6819 if (!isContextLost() && pname != GL_COMPLETION_STATUS_KHR) in getProgramiv()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 165 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 146 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 165 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 165 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 146 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 3887 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
H A D | glext.h | 4984 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 3874 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
H A D | glext.h | 4966 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 3905 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
H A D | glext.h | 4997 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 3905 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|
H A D | glext.h | 4996 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
|