/external/deqp/doc/testspecs/GLES31/ |
functional.draw_indirect.txt | 29 + DrawElementsIndirect index array tests 30 + DrawElementsIndirect baseVertex 53 DrawElementsIndirect index array cases draw random triangles using 58 DrawElementsIndirect baseVertex cases draw random triangles with index
|
/external/deqp/modules/glshared/ |
glsDrawTest.hpp | 231 int baseVertex; //!< used only if drawMethod = DrawElementsIndirect or *BaseVertex
|
glsDrawTest.cpp | [all...] |
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 81 dst->drawElementsIndirect = src.drawElementsIndirect;
|
/external/skia/src/gpu/gl/ |
GrGLAssembleInterface.cpp | 151 GET_PROC(DrawElementsIndirect); 596 GET_PROC(DrawElementsIndirect); [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.hpp | 198 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect);
|
sglrContext.hpp | 186 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect) = DE_NULL;
|
sglrGLContext.cpp | 830 void GLContext::drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect)
|
sglrReferenceContext.hpp | 749 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect); [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwFunctions.inl | 146 glDrawElementsIndirectFunc drawElementsIndirect; [all...] |
glwInitES31Direct.inl | 81 gl->drawElementsIndirect = &glDrawElementsIndirect;
|
glwInitES32Direct.inl | 93 gl->drawElementsIndirect = &glDrawElementsIndirect;
|
glwInitES31.inl | 81 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect");
|
glwInitES32.inl | 93 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect"); [all...] |
glwInitGL40.inl | 90 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect"); [all...] |
glwInitGL41.inl | 98 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect"); [all...] |
glwInitGL42.inl | 100 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect"); [all...] |
glwInitGL43.inl | 109 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect"); [all...] |
glwInitGL44.inl | 118 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect"); [all...] |
glwInitGL45.inl | 145 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect"); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fDrawTests.cpp | 915 ctx.drawElementsIndirect(GL_TRIANGLES, GL_UNSIGNED_SHORT, DE_NULL); 979 const std::string desc = std::string("DrawElementsIndirect, Grid size ") + de::toString(gridWidths[ndx]) + "x" + de::toString(gridWidths[ndx]); [all...] |
es31fGeometryShaderTests.cpp | [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 146 gl->drawElementsIndirect = glDrawElementsIndirect; [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | 411 #define glDrawElementsIndirect MANGLE(DrawElementsIndirect) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/ |
gl_mangle.h | 411 #define glDrawElementsIndirect MANGLE(DrawElementsIndirect) [all...] |