Home
last modified time | relevance | path

Searched refs:GL_COMPLETION_STATUS_KHR (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/khr_parallel_shader_compile/
H A Dbasic.c72 glGetShaderiv(shader, GL_COMPLETION_STATUS_KHR, &status); in piglit_init()
81 glGetProgramiv(program, GL_COMPLETION_STATUS_KHR, &status); in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/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); in isCompileCompleted()
207 glGetShaderiv(mFragmentShader, GL_COMPLETION_STATUS_KHR, &status); in isCompileCompleted()
278 glGetShaderiv(mShader, GL_COMPLETION_STATUS_KHR, &status); in isCompileCompleted()
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()
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_KHR_parallel_shader_compile6 GL_COMPLETION_STATUS_KHR 0x91B1
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_KHR_parallel_shader_compile6 GL_COMPLETION_STATUS_KHR 0x91B1
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/KHR/
H A Dparallel_shader_compile.py14 GL_COMPLETION_STATUS_KHR=_C('GL_COMPLETION_STATUS_KHR',0x91B1) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/KHR/
H A Dparallel_shader_compile.py14 GL_COMPLETION_STATUS_KHR=_C('GL_COMPLETION_STATUS_KHR',0x91B1) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_program.cc70 gl->GetProgramiv(object_, GL_COMPLETION_STATUS_KHR, &completed); in CompletionStatus()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_program.cc74 gl->GetProgramiv(object_, GL_COMPLETION_STATUS_KHR, &completed); in CompletionStatus()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_bindings.h444 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_bindings.h459 #define GL_COMPLETION_STATUS_KHR 0x91B1 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dqueryutils.cpp1208 ASSERT(program != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryProgramiv()
1218 case GL_COMPLETION_STATUS_KHR: in QueryProgramiv()
1369 ASSERT(shader != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryShaderiv()
1382 case GL_COMPLETION_STATUS_KHR: in QueryShaderiv()
H A DvalidationES.cpp4341 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
4354 Program *programObject = (pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
4456 case GL_COMPLETION_STATUS_KHR: in ValidateGetProgramivBase()
5240 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetShaderivBase()
5274 case GL_COMPLETION_STATUS_KHR: in ValidateGetShaderivBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dqueryutils.cpp1249 ASSERT(program != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryProgramiv()
1259 case GL_COMPLETION_STATUS_KHR: in QueryProgramiv()
1420 ASSERT(shader != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryShaderiv()
1433 case GL_COMPLETION_STATUS_KHR: in QueryShaderiv()
H A DvalidationES.cpp5075 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
5088 Program *programObject = (pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
5190 case GL_COMPLETION_STATUS_KHR: in ValidateGetProgramivBase()
5992 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetShaderivBase()
6026 case GL_COMPLETION_STATUS_KHR: in ValidateGetShaderivBase()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A Dqueryutils.cpp1275 ASSERT(program != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryProgramiv()
1285 case GL_COMPLETION_STATUS_KHR: in QueryProgramiv()
1461 ASSERT(shader != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryShaderiv()
1474 case GL_COMPLETION_STATUS_KHR: in QueryShaderiv()
H A DvalidationES.cpp5377 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
5390 Program *programObject = (pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
5492 case GL_COMPLETION_STATUS_KHR: in ValidateGetProgramivBase()
6310 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetShaderivBase()
6344 case GL_COMPLETION_STATUS_KHR: in ValidateGetShaderivBase()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A Dqueryutils.cpp1249 ASSERT(program != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryProgramiv()
1259 case GL_COMPLETION_STATUS_KHR: in QueryProgramiv()
1420 ASSERT(shader != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryShaderiv()
1433 case GL_COMPLETION_STATUS_KHR: in QueryShaderiv()
H A DvalidationES.cpp5075 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
5088 Program *programObject = (pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
5190 case GL_COMPLETION_STATUS_KHR: in ValidateGetProgramivBase()
5992 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetShaderivBase()
6026 case GL_COMPLETION_STATUS_KHR: in ValidateGetShaderivBase()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A Dqueryutils.cpp1275 ASSERT(program != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryProgramiv()
1285 case GL_COMPLETION_STATUS_KHR: in QueryProgramiv()
1461 ASSERT(shader != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryShaderiv()
1474 case GL_COMPLETION_STATUS_KHR: in QueryShaderiv()
H A DvalidationES.cpp5377 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
5390 Program *programObject = (pname == GL_COMPLETION_STATUS_KHR) in ValidateGetProgramivBase()
5492 case GL_COMPLETION_STATUS_KHR: in ValidateGetProgramivBase()
6310 if (context->getExtensions().parallelShaderCompile && pname == GL_COMPLETION_STATUS_KHR) in ValidateGetShaderivBase()
6344 case GL_COMPLETION_STATUS_KHR: in ValidateGetShaderivBase()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A Dqueryutils.cpp1275 ASSERT(program != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryProgramiv()
1285 case GL_COMPLETION_STATUS_KHR: in QueryProgramiv()
1461 ASSERT(shader != nullptr || pname == GL_COMPLETION_STATUS_KHR); in QueryShaderiv()
1474 case GL_COMPLETION_STATUS_KHR: in QueryShaderiv()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dfeature_info.cc1640 validators_.shader_parameter.AddValue(GL_COMPLETION_STATUS_KHR); in InitializeFeatures()
1641 validators_.program_parameter.AddValue(GL_COMPLETION_STATUS_KHR); in InitializeFeatures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dfeature_info.cc1651 validators_.shader_parameter.AddValue(GL_COMPLETION_STATUS_KHR); in InitializeFeatures()
1652 validators_.program_parameter.AddValue(GL_COMPLETION_STATUS_KHR); in InitializeFeatures()

12345678