/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 1014 public static native void glTexGenfvOES( in glTexGenfvOES() method in GLES11Ext 1023 public static native void glTexGenfvOES( in glTexGenfvOES() method in GLES11Ext
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 37 #define glTexGenfv glTexGenfvOES
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 348 glTexGenfvOES = 322; enumerator
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 328 void API_ENTRY(glTexGenfvOES)(GLenum coord, GLenum pname, const GLfloat * params) { 329 CALL_GL_API(glTexGenfvOES, coord, pname, params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3054 glTexGenfvOES( in android_glTexGenfvOES__II_3FI() 3084 glTexGenfvOES( in android_glTexGenfvOES__IILjava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 38 #define glTexGenfv glTexGenfvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 886 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1154 const GLMessage_Function GLMessage::glTexGenfvOES; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1502 static const Function glTexGenfvOES = GLMessage_Function_glTexGenfvOES; variable
|
D | gltrace_api.cpp | 30691 glmsg.set_function(GLMessage::glTexGenfvOES); in GLTrace_glTexGenfvOES() 30714 glContext->hooks->gl.glTexGenfvOES(coord, pname, params); in GLTrace_glTexGenfvOES()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 616 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat * params)
|
D | trace.in | 616 TRACE_GL_VOID(glTexGenfvOES, (GLenum coord, GLenum pname, const GLfloat * params), (coord, pname, p…
|
/frameworks/base/api/ |
D | system-current.txt | 21137 method public static void glTexGenfvOES(int, int, float[], int); 21138 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|
D | current.txt | 19557 method public static void glTexGenfvOES(int, int, float[], int); 19558 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|