Home
last modified time | relevance | path

Searched refs:glTexEnvfv (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java339 void glTexEnvfv( in glTexEnvfv() method
346 void glTexEnvfv( in glTexEnvfv() method
DGL10.java878 void glTexEnvfv( in glTexEnvfv() method
885 void glTexEnvfv( in glTexEnvfv() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1extpack29 void glTexEnvfv ( GLint target, GLint pname, GLfloat *params )
Dglspec-1.096 void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1181 public static native void glTexEnvfv( in glTexEnvfv() method in GLES10
1190 public static native void glTexEnvfv( in glTexEnvfv() method in GLES10
DGLErrorWrapper.java749 public void glTexEnvfv(int target, int pname, float[] params, int offset) { in glTexEnvfv() method in GLErrorWrapper
751 mgl.glTexEnvfv(target, pname, params, offset); in glTexEnvfv()
755 public void glTexEnvfv(int target, int pname, FloatBuffer params) { in glTexEnvfv() method in GLErrorWrapper
757 mgl.glTexEnvfv(target, pname, params); in glTexEnvfv()
DGLLogWrapper.java2406 public void glTexEnvfv(int target, int pname, float[] params, int offset) { in glTexEnvfv() method in GLLogWrapper
2414 mgl.glTexEnvfv(target, pname, params, offset); in glTexEnvfv()
2418 public void glTexEnvfv(int target, int pname, FloatBuffer params) { in glTexEnvfv() method in GLLogWrapper
2425 mgl.glTexEnvfv(target, pname, params); in glTexEnvfv()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES11RenderEngine.cpp152 glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_COLOR, envColor); in setupLayerBlending()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1006 public native void glTexEnvfv( in glTexEnvfv() method in GLImpl
1015 public native void glTexEnvfv( in glTexEnvfv() method in GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec96 void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in103 void API_ENTRY(glTexEnvfv)(GLenum target, GLenum pname, const GLfloat * params) {
104 CALL_GL_API(glTexEnvfv, target, pname, params);
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto342 glTexEnvfv = 314; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h568 GLAPI void APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/native/opengl/include/GLES/
Dgl.h627 GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2855 glTexEnvfv( in android_glTexEnvfv__II_3FI()
2905 glTexEnvfv( in android_glTexEnvfv__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp3583 glTexEnvfv( in android_glTexEnvfv__II_3FI()
3644 glTexEnvfv( in android_glTexEnvfv__IILjava_nio_FloatBuffer_2()
/frameworks/native/opengl/libagl/
Dtexture.cpp979 void glTexEnvfv( in glTexEnvfv() function
/frameworks/native/opengl/libs/
Dentries.in608 GL_ENTRY(void, glTexEnvfv, GLenum target, GLenum pname, const GLfloat * params)
Dtrace.in608 TRACE_GL_VOID(glTexEnvfv, (GLenum target, GLenum pname, const GLfloat * params), (target, pname, pa…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp24534 glmsg.set_function(GLMessage::glTexEnvfv); in GLTrace_glTexEnvfv()
24557 glContext->hooks->gl.glTexEnvfv(target, pname, params); in GLTrace_glTexEnvfv()
/frameworks/base/api/
Dcurrent.txt20226 method public static void glTexEnvfv(int, int, float[], int);
20227 method public static void glTexEnvfv(int, int, java.nio.FloatBuffer);
54680 method public abstract void glTexEnvfv(int, int, float[], int);
54681 method public abstract void glTexEnvfv(int, int, java.nio.FloatBuffer);
55209 method public abstract void glTexEnvfv(int, int, float[], int);
55210 method public abstract void glTexEnvfv(int, int, java.nio.FloatBuffer);
Dsystem-current.txt22170 method public static void glTexEnvfv(int, int, float[], int);
22171 method public static void glTexEnvfv(int, int, java.nio.FloatBuffer);
57286 method public abstract void glTexEnvfv(int, int, float[], int);
57287 method public abstract void glTexEnvfv(int, int, java.nio.FloatBuffer);
57815 method public abstract void glTexEnvfv(int, int, float[], int);
57816 method public abstract void glTexEnvfv(int, int, java.nio.FloatBuffer);