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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 164 {"glDrawTexfOES", (void*)glDrawTexfOES},
gl_client_context.h 184 glDrawTexfOES_client_proc_t glDrawTexfOES;
gl_client_context.cpp 184 glDrawTexfOES = (glDrawTexfOES_client_proc_t) getProc("glDrawTexfOES", userData);
gl_entry.cpp 179 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
gl_enc.cpp     [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,
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 82 glDrawTexfOES;
gles1_wrapper_context.h 184 glDrawTexfOES_wrapper_proc_t glDrawTexfOES;
gles1_wrapper_context.cpp 184 glDrawTexfOES = (glDrawTexfOES_wrapper_proc_t) getProc("glDrawTexfOES", userData);
gles1_wrapper_entry.cpp 179 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /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);
  /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);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 219 void (*glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
main.cpp     [all...]
libGLES_CM.cpp     [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 146 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 150 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h 618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]

Completed in 527 milliseconds