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

1 2

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 46 void glDrawTexfOES(
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 174 {"glDrawTexfOES", (void *)glDrawTexfOES},
gles_dispatch.h 177 glDrawTexfOES_t glDrawTexfOES;
449 glDrawTexfOES_t set_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; return retval;}
    [all...]
gles.cpp 826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
828 getDispatch()->glDrawTexfOES(x, y, z, width, height);
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 10 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 177 glDrawTexfOES_t glDrawTexfOES;
GLDispatch.cpp 200 s_gl.glDrawTexfOES = (glDrawTexfOES_t) s_gles_lib->findSymbol("glDrawTexfOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 231 // C function void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
233 public static native void glDrawTexfOES(
    [all...]
GLErrorWrapper.java 872 public void glDrawTexfOES(float x, float y, float z,
875 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 691 public void glDrawTexfOES(float x, float y, float z,
693 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1160 public void glDrawTexfOES(
  /development/ndk/platforms/android-4/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h 514 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /frameworks/base/opengl/include/GLES/
glext.h 486 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 812 { "glDrawTexfOES",
813 (__eglMustCastToProperFunctionPointerType)&glDrawTexfOES },
    [all...]
texture.cpp     [all...]

Completed in 305 milliseconds

1 2