HomeSort by relevance Sort by last modified time
    Searched full:gldrawelementsindirect (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawElementsIndirect.nativeReg 0 {"glDrawElementsIndirect", "(IIJ)V", (void *) android_glDrawElementsIndirect },
glDrawElementsIndirect.java 1 // C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
3 public static native void glDrawElementsIndirect(int mode, int type, long indirect);
glDrawElementsIndirect.cpp 1 /* void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect ) */
10 glDrawElementsIndirect(mode, type, (const void*)indirect);
  /development/ndk/platforms/android-21/arch-arm/symbols/
libGLESv3.so.functions.txt 92 glDrawElementsIndirect
  /development/ndk/platforms/android-21/arch-arm64/symbols/
libGLESv3.so.functions.txt 92 glDrawElementsIndirect
  /development/ndk/platforms/android-21/arch-mips/symbols/
libGLESv3.so.functions.txt 92 glDrawElementsIndirect
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libGLESv3.so.functions.txt 92 glDrawElementsIndirect
  /development/ndk/platforms/android-21/arch-p/symbols/
libGLESv3.so.functions.txt 92 glDrawElementsIndirect
  /development/ndk/platforms/android-21/arch-x86/symbols/
libGLESv3.so.functions.txt 92 glDrawElementsIndirect
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libGLESv3.so.functions.txt 92 glDrawElementsIndirect
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libGLESv3.so 
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31.spec 4 void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect )
  /external/deqp/framework/opengl/wrapper/
glwInitES31Direct.inl 81 gl->drawElementsIndirect = &glDrawElementsIndirect;
glwInitES31.inl 81 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect");
glwInitGL40.inl 90 gl->drawElementsIndirect = (glDrawElementsIndirectFunc) loader->get("glDrawElementsIndirect");
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java 218 // C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
220 public static native void glDrawElementsIndirect(int mode, int type, long indirect);
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2_api.in     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 146 gl->drawElementsIndirect = glDrawElementsIndirect;
    [all...]
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 288 gl.glDrawElementsIndirect(GL_TRIANGLES, GL_UNSIGNED_SHORT, DE_NULL);
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 678 glDrawElementsIndirect = 649;
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 832 m_wrapper->glDrawElementsIndirect(mode, type, indirect);

Completed in 1722 milliseconds

1 2 3