HomeSort by relevance Sort by last modified time
    Searched refs:glDrawElements (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 68 void (GLAPIENTRY *glDrawElements) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
GLEScmContext.cpp 182 s_glDispatch.glDrawElements(GL_POINTS, sCount, type, (char*)indices_in+sStart*tSize);
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 261 public void glDrawElements(int mode, int count, int type, Buffer indices) {
263 mgl.glDrawElements(mode, count, type, indices);
1003 public void glDrawElements(int mode, int count, int type, int offset) {
1005 mgl11.glDrawElements(mode, count, type, offset);
    [all...]
GLES20.java     [all...]
GLES10.java 534 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
536 public static native void glDrawElements(
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 347 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
349 public native void glDrawElements(
1253 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
1255 public native void glDrawElements(
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 30 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 91 glDrawElements_t glDrawElements;
363 glDrawElements_t set_glDrawElements(glDrawElements_t f) { glDrawElements_t retval = glDrawElements; glDrawElements = f; return retval;}
    [all...]
gles.cpp 396 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
398 getDispatch()->glDrawElements(mode, count, type, indices);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 439 void glDrawElements(
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 96 void (GLAPIENTRY *GLDispatch::glDrawElements)(GLenum,GLsizei,GLenum,const GLvoid *) = NULL;
332 LOAD_GL_FUNC(glDrawElements);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 71 glDrawElements(41, 41),
269 case 41: return glDrawElements;
    [all...]
MessageParser.java 307 case glDrawElements:
    [all...]
  /external/quake/quake/src/QW/client/
gl_draw.c 1468 glDrawElements(GL_TRIANGLE_FAN, 4, GL_SHORT, index);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 71 glDrawElements(41, 41),
269 case 41: return glDrawElements;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 663 GL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 515 GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 663 GL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 515 GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 61 static void (GLAPIENTRY *glDrawElements) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 114 s_gl.glDrawElements = (glDrawElements_t) s_gles_lib->findSymbol("glDrawElements");
  /external/mesa3d/include/GLES2/
gl2.h 515 GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 515 GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 609 glDrawElements(GL_TRIANGLES, mCurrentQuadIndex * 6, GL_UNSIGNED_SHORT, NULL);

Completed in 549 milliseconds

1 23 4 5 6