HomeSort by relevance Sort by last modified time
    Searched refs:glRotatexOES (Results 1 - 25 of 36) sorted by null

1 2

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 201 {"glRotatexOES", (void*)glRotatexOES},
gl_client_context.h 221 glRotatexOES_client_proc_t glRotatexOES;
gl_client_context.cpp 221 glRotatexOES = (glRotatexOES_client_proc_t) getProc("glRotatexOES", userData);
gl_entry.cpp 216 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 209 {"glRotatexOES", (void *)glRotatexOES},
gles_dispatch.h 212 glRotatexOES_t glRotatexOES;
    [all...]
gles.cpp 1001 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
1003 getDispatch()->glRotatexOES(angle, x, y, z);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 45 void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 624 // C function void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
626 public static native void glRotatexOES(
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 729 #undef glRotatexOES
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 698 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 698 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 242 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 238 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 322 glRotatexOES(291, 291),
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/swiftshader/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 149 milliseconds

1 2