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

1 2

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 243 {"glTexGenxOES", (void*)glTexGenxOES},
gl_client_context.h 263 glTexGenxOES_client_proc_t glTexGenxOES;
gl_client_context.cpp 263 glTexGenxOES = (glTexGenxOES_client_proc_t) getProc("glTexGenxOES", userData);
gl_entry.cpp 258 void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 250 {"glTexGenxOES", (void *)glTexGenxOES},
gles_dispatch.h 253 glTexGenxOES_t glTexGenxOES;
    [all...]
gles.cpp 1206 void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param)
1208 getDispatch()->glTexGenxOES(coord, pname, param);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 86 void glTexGenxOES ( GLenum coord, GLenum pname, GLfixed param )
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 43 #define glTexGenx glTexGenxOES
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java     [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 792 #undef glTexGenxOES
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/swiftshader/include/GLES/
glext.h 254 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 250 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 356 glTexGenxOES(325, 325),
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp 44 #define glTexGenx glTexGenxOES
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/swiftshader/include/GL/
glext.h     [all...]

Completed in 987 milliseconds

1 2