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

1 2 3 4

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 208 {"glTranslatexOES", (void*)glTranslatexOES},
gl_client_context.h 226 glTranslatexOES_client_proc_t glTranslatexOES;
gl_client_context.cpp 228 glTranslatexOES = (glTranslatexOES_client_proc_t) getProc("glTranslatexOES", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 216 {"glTranslatexOES", (void *)glTranslatexOES},
gles_dispatch.h 219 glTranslatexOES_t glTranslatexOES;
    [all...]
gles.cpp 1036 void glTranslatexOES(GLfixed x, GLfixed y, GLfixed z)
1038 getDispatch()->glTranslatexOES(x, y, z);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 52 void glTranslatexOES ( GLfixed x, GLfixed y, GLfixed z )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 219 glTranslatexOES_t glTranslatexOES;
GLDispatch.cpp 236 s_gl.glTranslatexOES = (glTranslatexOES_t) s_gles_lib->findSymbol("glTranslatexOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 698 // C function void glTranslatexOES ( GLfixed x, GLfixed y, GLfixed z )
700 public static native void glTranslatexOES(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 367 glTranslatexOES = 341;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
  /development/ndk/platforms/android-4/include/GLES/
glext.h 569 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h 601 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 601 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 567 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 567 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 567 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
    [all...]

Completed in 67 milliseconds

1 2 3 4