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

1 2

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 240 {"glTexGenfvOES", (void*)glTexGenfvOES},
gl_client_context.h 260 glTexGenfvOES_client_proc_t glTexGenfvOES;
gl_client_context.cpp 260 glTexGenfvOES = (glTexGenfvOES_client_proc_t) getProc("glTexGenfvOES", userData);
gl_entry.cpp 255 void glTexGenfvOES(GLenum coord, GLenum pname, const GLfloat* params);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 247 {"glTexGenfvOES", (void *)glTexGenfvOES},
gles_dispatch.h 250 glTexGenfvOES_t glTexGenfvOES;
    [all...]
gles.cpp 1191 void glTexGenfvOES(GLenum coord, GLenum pname, const GLfloat *params)
1193 getDispatch()->glTexGenfvOES(coord, pname, params);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 40 #define glTexGenfv glTexGenfvOES
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 789 #undef glTexGenfvOES
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/swiftshader/include/GLES/
glext.h 479 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 470 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp 41 #define glTexGenfv glTexGenfvOES
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 353 glTexGenfvOES(322, 322),
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 138 milliseconds

1 2