HomeSort by relevance Sort by last modified time
    Searched full:drawarraysindirect (Results 1 - 24 of 24) sorted by null

  /external/deqp/doc/testspecs/GLES31/
functional.draw_indirect.txt 28 + DrawArraysIndirect firstVertex
49 DrawArraysIndirect firstVertex cases draw random triangles using
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 77 dst->drawArraysIndirect = src.drawArraysIndirect;
gluCallLogWrapper.inl     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 197 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
sglrContext.hpp 185 virtual void drawArraysIndirect (deUint32 mode, const void *indirect) = DE_NULL;
sglrGLContext.cpp 825 void GLContext::drawArraysIndirect (deUint32 mode, const void *indirect)
sglrReferenceContext.hpp 748 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 139 glDrawArraysIndirectFunc drawArraysIndirect;
    [all...]
glwInitES31Direct.inl 77 gl->drawArraysIndirect = &glDrawArraysIndirect;
glwInitES31.inl 77 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
glwInitGL40.inl 84 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
    [all...]
glwInitGL41.inl 92 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
    [all...]
glwInitGL42.inl 93 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
    [all...]
glwInitGL43.inl 102 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
    [all...]
glwInitGL44.inl 111 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
    [all...]
glwInitGL45.inl 138 gl->drawArraysIndirect = (glDrawArraysIndirectFunc) loader->get("glDrawArraysIndirect");
    [all...]
glwImpl.inl 1076 gl->drawArraysIndirect(mode, indirect);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 917 ctx.drawArraysIndirect(GL_TRIANGLES, DE_NULL);
970 const std::string desc = std::string("DrawArraysIndirect, Grid size ") + de::toString(gridWidths[ndx]) + "x" + de::toString(gridWidths[ndx]);
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 139 gl->drawArraysIndirect = glDrawArraysIndirect;
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 399 #define glDrawArraysIndirect MANGLE(DrawArraysIndirect)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 399 #define glDrawArraysIndirect MANGLE(DrawArraysIndirect)
    [all...]

Completed in 297 milliseconds