Searched refs:drawArraysIndirect (Results 1 - 25 of 31) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl77 dst->drawArraysIndirect = src.drawArraysIndirect;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp185 virtual void drawArraysIndirect (deUint32 mode, const void *indirect) = DE_NULL;
H A DsglrGLContext.hpp197 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
H A DsglrGLContext.cpp825 void GLContext::drawArraysIndirect (deUint32 mode, const void *indirect) function in class:sglr::GLContext
H A DsglrReferenceContext.hpp748 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES31Direct.inl77 gl->drawArraysIndirect = &glDrawArraysIndirect;
H A DglwInitES32Direct.inl88 gl->drawArraysIndirect = &glDrawArraysIndirect;
H A DglwFunctions.inl177 glDrawArraysIndirectFunc drawArraysIndirect;
H A DglwInitES31.inl77 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
H A DglwInitES32.inl88 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
H A DglwInitGL40.inl84 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
H A DglwInitGL41.inl92 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
H A DglwInitGL42.inl93 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
H A DglwInitGL43.inl102 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
H A DglwInitGL44.inl111 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
H A DglwInitGL45.inl138 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
H A DglwInitGL46.inl138 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp62 fFunctions.fDrawArraysIndirect = bind_to_member(this, &GrGLTestInterface::drawArraysIndirect);
H A DGrGLTestInterface.h63 virtual GrGLvoid drawArraysIndirect(GrGLenum mode, const GrGLvoid* indirect) {} function in class:GrGLTestInterface
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderDrawParametersTests.cpp452 gl.drawArraysIndirect(GL_TRIANGLE_STRIP, (GLvoid*)0);
H A Dgl4cPipelineStatisticsQueryTests.cpp1046 result = (gl.drawArraysIndirect != DE_NULL);
2253 gl.drawArraysIndirect(primitive_type,
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp62 fFunctions.fDrawArraysIndirect = bind_to_member(this, &GrGLTestInterface::drawArraysIndirect);
H A DGrGLTestInterface.h63 virtual GrGLvoid drawArraysIndirect(GrGLenum mode, const GrGLvoid* indirect) {} function in class:GrGLTestInterface
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp917 ctx.drawArraysIndirect(GL_TRIANGLES, DE_NULL);
1533 gl.drawArraysIndirect(GL_TRIANGLES, offset);
2690 gl.drawArraysIndirect(mode, DE_NULL);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl177 gl->drawArraysIndirect = glDrawArraysIndirect;

Completed in 360 milliseconds

12