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

1 2 3 45 6

  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 280 const Message_Function Message::glDrawElements;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
CodeGen.java 581 code.format(" glDrawElements(%s, %d, %s, (const void *)%d);CHKERR;\n",
584 code.format(" glDrawElements(%s, %d, %s, indexData);CHKERR;\n",
721 case glDrawElements:
    [all...]
MessageFormatter.java 459 case glDrawElements:
462 (code ? "glDrawElements" : "void")
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 788 glDrawElements(GL_TRIANGLES, numQuads * 6, GL_UNSIGNED_SHORT, NULL);
795 glDrawElements(GL_TRIANGLES, numQuads * 6, GL_UNSIGNED_SHORT, NULL);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 622 ::glDrawElements(mode, count, type, reinterpret_cast<GLvoid*>(static_cast<intptr_t>(offset)));
    [all...]
  /frameworks/base/opengl/libagl/
array.cpp     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 577 GL_API void GL_APIENTRY glDrawElements( GLenum mode, GLsizei count, GLenum type, const GLvoid *elementsIndices) {
597 ctx->dispatcher().glDrawElements(mode,count,type,indices);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 586 GL_APICALL void GL_APIENTRY glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* elementsIndices){
611 ctx->dispatcher().glDrawElements(mode,count,type,indices);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 811 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset ) */
815 glDrawElements(
823 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) */
836 glDrawElements(
    [all...]
android_opengl_GLES10.cpp 531 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) */
544 glDrawElements(
    [all...]
android_opengl_GLES11.cpp 376 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset ) */
380 glDrawElements(
    [all...]
com_google_android_gles_jni_GLImpl.cpp 657 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) */
670 glDrawElements(
    [all...]
  /frameworks/base/opengl/libs/
glesv2dbg_functions.h 89 GL_ENTRY(void, glDrawElements, GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 300 #define glDrawElements MANGLE(DrawElements)
    [all...]
gl.h     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 3422 milliseconds

1 2 3 45 6