Home
last modified time | relevance | path

Searched refs:GL_COMPLETION_STATUS_KHR (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DParallelShaderCompileTest.cpp69 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 DContextLostTest.cpp100 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 DglcParallelShaderCompileTests.cpp294 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 Dqueryutils.cpp1281 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 DvalidationES.cpp5651 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 DContext.cpp6819 if (!isContextLost() && pname != GL_COMPLETION_STATUS_KHR) in getProgramiv()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h165 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h146 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h165 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h165 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h146 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h3887 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
H A Dglext.h4984 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h3874 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
H A Dglext.h4966 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h3905 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
H A Dglext.h4997 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h3905 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
H A Dglext.h4996 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro

Completed in 347 milliseconds