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

1 2

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 244 {"glTexGenxvOES", (void*)glTexGenxvOES},
gl_client_context.h 264 glTexGenxvOES_client_proc_t glTexGenxvOES;
gl_client_context.cpp 264 glTexGenxvOES = (glTexGenxvOES_client_proc_t) getProc("glTexGenxvOES", userData);
gl_entry.cpp 259 void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed* params);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 251 {"glTexGenxvOES", (void *)glTexGenxvOES},
gles_dispatch.h 254 glTexGenxvOES_t glTexGenxvOES;
    [all...]
gles.cpp 1211 void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed *params)
1213 getDispatch()->glTexGenxvOES(coord, pname, params);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 87 void glTexGenxvOES ( GLenum coord, GLenum pname, const GLfixed *params )
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 44 #define glTexGenxv glTexGenxvOES
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 793 #undef glTexGenxvOES
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/swiftshader/include/GLES/
glext.h 255 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 251 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp 45 #define glTexGenxv glTexGenxvOES
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 357 glTexGenxvOES(326, 326),
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1272 milliseconds

1 2