/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_draw_parameters.txt | 77 - drawArraysIndirect/drawElementsIndirect
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 110 virtual angle::Result drawArraysIndirect(const gl::Context *context,
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 77 dst->drawArraysIndirect = src.drawArraysIndirect;
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 111 angle::Result drawArraysIndirect(const gl::Context *context,
|
D | ContextNULL.cpp | 229 angle::Result ContextNULL::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::ContextNULL
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.h | 141 angle::Result drawArraysIndirect(const gl::Context *context,
|
D | Context9.cpp | 269 angle::Result Context9::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::Context9
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ContextGL.h | 156 angle::Result drawArraysIndirect(const gl::Context *context,
|
D | ContextGL.cpp | 636 angle::Result ContextGL::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::ContextGL 640 getFunctions()->drawArraysIndirect(ToGLenum(mode), indirect); in drawArraysIndirect()
|
D | DispatchTableGL_autogen.cpp | 433 ASSIGN("glDrawArraysIndirect", drawArraysIndirect); in initProcsDesktopGL() 968 ASSIGN("glDrawArraysIndirect", drawArraysIndirect); in initProcsDesktopGL() 2186 ASSIGN("glDrawArraysIndirect", drawArraysIndirect); in initProcsGLES() 3201 drawArraysIndirect = &glDrawArraysIndirectNULL; in initProcsDesktopGLNULL() 3734 drawArraysIndirect = &glDrawArraysIndirectNULL; in initProcsDesktopGLNULL() 4951 drawArraysIndirect = &glDrawArraysIndirectNULL; in initProcsGLESNULL()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.h | 142 angle::Result drawArraysIndirect(const gl::Context *context,
|
D | Context11.cpp | 404 angle::Result Context11::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::Context11 423 return mRenderer->drawArraysIndirect(context, indirect); in drawArraysIndirect()
|
D | Renderer11.h | 426 angle::Result drawArraysIndirect(const gl::Context *context, const void *indirect);
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 25 void drawArraysIndirect(PrimitiveMode modePacked, const void *indirect); \
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 197 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
|
D | sglrContext.hpp | 185 virtual void drawArraysIndirect (deUint32 mode, const void *indirect) = DE_NULL;
|
D | sglrGLContext.cpp | 825 void GLContext::drawArraysIndirect (deUint32 mode, const void *indirect) in drawArraysIndirect() function in sglr::GLContext
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 77 gl->drawArraysIndirect = &glDrawArraysIndirect;
|
D | glwInitES32Direct.inl | 88 gl->drawArraysIndirect = &glDrawArraysIndirect;
|
D | glwInitES31.inl | 77 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
|
D | glwFunctions.inl | 177 glDrawArraysIndirectFunc drawArraysIndirect; variable
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ContextMtl.h | 109 angle::Result drawArraysIndirect(const gl::Context *context,
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 64 fFunctions.fDrawArraysIndirect = bind_to_member(this, &GrGLTestInterface::drawArraysIndirect); in GrGLTestInterface()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderDrawParametersTests.cpp | 452 gl.drawArraysIndirect(GL_TRIANGLE_STRIP, (GLvoid*)0); in drawCommand()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 917 ctx.drawArraysIndirect(GL_TRIANGLES, DE_NULL); in renderTo() 1533 gl.drawArraysIndirect(GL_TRIANGLES, offset); in renderTo() 2690 gl.drawArraysIndirect(mode, DE_NULL); in iterate()
|