Home
last modified time | relevance | path

Searched refs:glTexGenfvOES (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1014 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/
DGLES11Ext.spec83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp37 #define glTexGenfv glTexGenfvOES
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto348 glTexGenfvOES = 322; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in328 void API_ENTRY(glTexGenfvOES)(GLenum coord, GLenum pname, const GLfloat * params) {
329 CALL_GL_API(glTexGenfvOES, coord, pname, params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3054 glTexGenfvOES( in android_glTexGenfvOES__II_3FI()
3084 glTexGenfvOES( in android_glTexGenfvOES__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp38 #define glTexGenfv glTexGenfvOES
/frameworks/native/opengl/include/GLES/
Dglext.h886 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1154 const GLMessage_Function GLMessage::glTexGenfvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1502 static const Function glTexGenfvOES = GLMessage_Function_glTexGenfvOES; variable
Dgltrace_api.cpp30691 glmsg.set_function(GLMessage::glTexGenfvOES); in GLTrace_glTexGenfvOES()
30714 glContext->hooks->gl.glTexGenfvOES(coord, pname, params); in GLTrace_glTexGenfvOES()
/frameworks/native/opengl/libs/
Dentries.in616 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat * params)
Dtrace.in616 TRACE_GL_VOID(glTexGenfvOES, (GLenum coord, GLenum pname, const GLfloat * params), (coord, pname, p…
/frameworks/base/api/
Dsystem-current.txt21137 method public static void glTexGenfvOES(int, int, float[], int);
21138 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
Dcurrent.txt19557 method public static void glTexGenfvOES(int, int, float[], int);
19558 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);