Home
last modified time | relevance | path

Searched refs:glDispatchComputeIndirect (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fNegativeComputeTests.cpp415 ctx.glDispatchComputeIndirect(indirect); in program_not_active()
434 ctx.glDispatchComputeIndirect(indirect); in program_not_active()
527 ctx.glDispatchComputeIndirect(indirect); in invalid_dispatch_compute_indirect()
547 ctx.glDispatchComputeIndirect(indirect); in invalid_dispatch_compute_indirect()
558 ctx.glDispatchComputeIndirect(indirect); in invalid_dispatch_compute_indirect()
576 ctx.glDispatchComputeIndirect(indirect); in invalid_dispatch_compute_indirect()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.compute.indirect_dispatch.txt25 + glDispatchComputeIndirect()
/external/deqp/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp649 glDispatchComputeIndirect(0); in RunIteration()
839 glDispatchComputeIndirect(0); in RunIteration()
1024 glDispatchComputeIndirect(0); in RunIteration()
1190 glDispatchComputeIndirect(0); in RunIteration()
1396 glDispatchComputeIndirect(0); in RunIteration()
1739 glDispatchComputeIndirect(0); in RunIteration()
2314 glDispatchComputeIndirect(0); in RunIteration()
2439 glDispatchComputeIndirect(0); in RunIteration()
2558 glDispatchComputeIndirect(offset); in RunIteration()
3260 glDispatchComputeIndirect(0); in RunIteration()
[all …]
/external/deqp/framework/egl/
DegluStaticES31Library.inl75 { "glDispatchComputeIndirect", (deFunctionPtr)glDispatchComputeIndirect },
DegluStaticES32Library.inl86 { "glDispatchComputeIndirect", (deFunctionPtr)glDispatchComputeIndirect },
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt83 glDispatchComputeIndirect
/external/deqp/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp640 glDispatchComputeIndirect(0); in RunIteration()
840 glDispatchComputeIndirect(0); in RunIteration()
1084 glDispatchComputeIndirect(0); in RunIteration()
1229 glDispatchComputeIndirect(0); in RunIteration()
1447 glDispatchComputeIndirect(0); in RunIteration()
2058 glDispatchComputeIndirect(0); in RunIteration()
2679 glDispatchComputeIndirect(0); in RunIteration()
2799 glDispatchComputeIndirect(0); in RunIteration()
2913 glDispatchComputeIndirect(offset); in RunIteration()
3613 glDispatchComputeIndirect(0); in RunIteration()
[all …]
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl75 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
DglwInitES32Direct.inl86 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
DglwInitES31.inl75 …chComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
DglwInitES32.inl86 …chComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
DglwInitGL43.inl100 …mputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
DglwInitGL44.inl109 …mputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
DglwInitGL45.inl136 …mputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
DglwInitGL46.inl136 …mputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
DglwInitExtGL.inl583 …dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
/external/angle/src/libGL/
DlibGL_autogen.def920 glDispatchComputeIndirect
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def268 glDispatchComputeIndirect
DlibGLESv2_with_capture_autogen.def268 glDispatchComputeIndirect
DlibGLESv2_autogen.def268 glDispatchComputeIndirect
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl175 gl->dispatchComputeIndirect = glDispatchComputeIndirect;
/external/angle/util/
Dgles_loader_autogen.cpp347 ANGLE_UTIL_EXPORT PFNGLDISPATCHCOMPUTEINDIRECTPROC glDispatchComputeIndirect; variable
1943 glDispatchComputeIndirect = in LoadGLES()
Dgles_loader_autogen.h355 ANGLE_UTIL_EXPORT extern PFNGLDISPATCHCOMPUTEINDIRECTPROC glDispatchComputeIndirect;
/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp669 glDispatchComputeIndirect(0); in TEST_P()
/external/mesa3d/include/GLES3/
Dgl31.h1452 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);

12