HomeSort by relevance Sort by last modified time
    Searched refs:drawArraysIndirect (Results 1 - 19 of 19) sorted by null

  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 252 dst->drawArraysIndirect = src.drawArraysIndirect;
gluCallLogWrapper.inl     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 185 virtual void drawArraysIndirect (deUint32 mode, const void *indirect) = DE_NULL;
sglrGLContext.hpp 197 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
sglrGLContext.cpp 825 void GLContext::drawArraysIndirect (deUint32 mode, const void *indirect)
sglrReferenceContext.hpp 743 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 355 glDrawArraysIndirectFunc drawArraysIndirect;
glwInitES31.inl 252 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
glwInitGL40.inl 353 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
    [all...]
glwInitGL41.inl 353 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
    [all...]
glwInitGL42.inl 353 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect")
    [all...]
glwInitGL43.inl 353 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect")
    [all...]
glwInitGL44.inl 353 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect")
    [all...]
glwImpl.inl     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 355 gl->drawArraysIndirect = glDrawArraysIndirect;
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 919 ctx.drawArraysIndirect(GL_TRIANGLES, DE_NULL);
972 const std::string desc = std::string("DrawArraysIndirect, Grid size ") + de::toString(gridWidths[ndx]) + "x" + de::toString(gridWidths[ndx]);
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]

Completed in 1230 milliseconds