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

/external/deqp/modules/gles31/functional/
H A Des31fNegativeComputeTests.cpp413 ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if there is no active program for the compute shader stage.");
415 ctx.glDispatchComputeIndirect(indirect);
432 ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if there is no active program for the compute shader stage.");
434 ctx.glDispatchComputeIndirect(indirect);
525 ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if zero is bound to GL_DISPATCH_INDIRECT_BUFFER.");
527 ctx.glDispatchComputeIndirect(indirect);
545 ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if data is sourced beyond the end of the buffer object.");
547 ctx.glDispatchComputeIndirect(indirect);
556 ctx.beginSection("GL_INVALID_VALUE is generated by glDispatchComputeIndirect if the value of indirect is less than zero.");
558 ctx.glDispatchComputeIndirect(indirec
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp649 glDispatchComputeIndirect(0);
839 glDispatchComputeIndirect(0);
1024 glDispatchComputeIndirect(0);
1190 glDispatchComputeIndirect(0);
1396 glDispatchComputeIndirect(0);
1739 glDispatchComputeIndirect(0);
2314 glDispatchComputeIndirect(0);
2439 glDispatchComputeIndirect(0);
2558 glDispatchComputeIndirect(offset);
3260 glDispatchComputeIndirect(
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp640 glDispatchComputeIndirect(0);
840 glDispatchComputeIndirect(0);
1084 glDispatchComputeIndirect(0);
1229 glDispatchComputeIndirect(0);
1447 glDispatchComputeIndirect(0);
2058 glDispatchComputeIndirect(0);
2681 glDispatchComputeIndirect(0);
2801 glDispatchComputeIndirect(0);
2915 glDispatchComputeIndirect(offset);
3615 glDispatchComputeIndirect(
[all...]
/external/deqp/framework/opengl/wrapper/
H A DglwInitES31Direct.inl75 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
H A DglwInitES32Direct.inl86 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
H A DglwApi.inl175 #define glDispatchComputeIndirect glwDispatchComputeIndirect
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl175 gl->dispatchComputeIndirect = glDispatchComputeIndirect;
H A DtcuNullRenderContextFuncs.inl1579 GLW_APICALL void GLW_APIENTRY glDispatchComputeIndirect (GLintptr indirect)
/external/mesa3d/include/GLES3/
H A Dgl31.h1445 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
H A Dgl32.h1445 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/external/mesa3d/include/GL/
H A Dgl_mangle.h478 #define glDispatchComputeIndirect MANGLE(DispatchComputeIndirect) macro
H A Dglcorearb.h2564 GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);
H A Dglext.h2512 GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl175 void glDispatchComputeIndirect (glw::GLintptr indirect);
H A DgluCallLogWrapper.inl1211 void CallLogWrapper::glDispatchComputeIndirect (glw::GLintptr indirect)
1214 m_log << TestLog::Message << "glDispatchComputeIndirect(" << indirect << ");" << TestLog::EndMessage;
/external/swiftshader/include/GL/
H A Dglcorearb.h2564 GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);
H A Dglext.h2512 GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 459 milliseconds