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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 358 void glTexEnvxv(
365 void glTexEnvxv(
GL10.java 897 void glTexEnvxv(
904 void glTexEnvxv(
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 154 {"glTexEnvxv", (void *)glTexEnvxv},
gles_dispatch.h 157 glTexEnvxv_t glTexEnvxv;
429 glTexEnvxv_t set_glTexEnvxv(glTexEnvxv_t f) { glTexEnvxv_t retval = glTexEnvxv; glTexEnvxv = f; return retval;}
    [all...]
gles.cpp 726 void glTexEnvxv(GLenum target, GLenum pname, const GLfixed *params)
728 getDispatch()->glTexEnvxv(target, pname, params);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 418 #define glTexEnvxv(...) do { glTexEnvxv(__VA_ARGS__); GLCHECK("glTexEnvxv");} while(0)
  /gdk/samples/quake/jni/
glquake.h 418 #define glTexEnvxv(...) do { glTexEnvxv(__VA_ARGS__); GLCHECK("glTexEnvxv");} while(0)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 614 public void glTexEnvxv(int target, int pname, int[] params, int offset) {
615 mgl.glTexEnvxv(target, pname, params, offset);
618 public void glTexEnvxv(int target, int pname, IntBuffer params) {
619 mgl.glTexEnvxv(target, pname, params);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 767 public void glTexEnvxv(int target, int pname, int[] params, int offset) {
769 mgl.glTexEnvxv(target, pname, params, offset);
773 public void glTexEnvxv(int target, int pname, IntBuffer params) {
775 mgl.glTexEnvxv(target, pname, params);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 345 glTexEnvxv = 319;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 665 public void glTexEnvxv(
672 public void glTexEnvxv(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 648 public void glTexEnvxv(int target, int pname, IntBuffer params) {
649 ((GL10)mGL).glTexEnvxv(target, pname, params);
653 public void glTexEnvxv(int target, int pname, int[] params, int offset) {
654 ((GL10)mGL).glTexEnvxv(target, pname, params, offset);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 157 glTexEnvxv_t glTexEnvxv;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1029 // C function void glTexEnvxv ( GLenum target, GLenum pname, const GLfixed *params )
1031 public native void glTexEnvxv(
1038 // C function void glTexEnvxv ( GLenum target, GLenum pname, const GLfixed *params )
1040 public native void glTexEnvxv(
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 98 void glTexEnvxv ( GLenum target, GLenum pname, const GLfixed *params )
  /development/ndk/platforms/android-4/include/GLES/
gl.h 729 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 729 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 570 GLAPI void APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
gl.h 729 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
gl.h 729 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 728 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 728 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 728 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
    [all...]

Completed in 139 milliseconds

1 2 3