/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11Ext.java | 46 void glDrawTexfOES(
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 164 {"glDrawTexfOES", (void*)glDrawTexfOES},
|
gl_client_context.h | 182 glDrawTexfOES_client_proc_t glDrawTexfOES; [all...] |
/device/generic/goldfish/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...] |
/external/replicaisland/src/com/replica/replicaisland/ |
DrawableBitmap.java | 138 ((GL11Ext) gl).glDrawTexfOES(snappedX * scaleX, snappedY * scaleY,
|
GLErrorLogger.java | 1076 public void glDrawTexfOES(float x, float y, float z, float width, 1078 ((GL11Ext)mGL).glDrawTexfOES( x, y, z, width,
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
TextureTestRenderer.java | 41 * The GPU driver seems to change texture coordinates inside glDrawTexfOES, and 110 ((GL11Ext) gl).glDrawTexfOES(0, 0, 0, 4, 4);
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES11Ext.spec | 10 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 177 glDrawTexfOES_t glDrawTexfOES;
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 235 // C function void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height ) 237 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);
|
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 113 glDrawTexfOES = 87;
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | [all...] |
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/5/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);
|
/prebuilts/ndk/6/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);
|
/prebuilts/ndk/6/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);
|