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

1 2 3 4 5 6

  /frameworks/native/opengl/tests/finish/
finish.cpp 106 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
120 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
134 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
149 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
166 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
186 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
199 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
214 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
  /external/replicaisland/src/com/replica/replicaisland/
OpenGLSystem.java 67 ((GL11) sGL).glTexParameteriv(GL10.GL_TEXTURE_2D, GL11Ext.GL_TEXTURE_CROP_RECT_OES,
TextureLibrary.java 187 ((GL11) gl).glTexParameteriv(GL10.GL_TEXTURE_2D, GL11Ext.GL_TEXTURE_CROP_RECT_OES,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 120 {"glTexParameteriv", (void*)glTexParameteriv},
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 148 {"glTexParameteriv", (void*)glTexParameteriv},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 158 {"glTexParameteriv", (void *)glTexParameteriv},
  /frameworks/native/opengl/tests/textures/
textures.cpp 67 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 171 LOAD_GL_FUNC(glTexParameteriv);
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 684 // C function void glTexParameteriv ( GLenum target, GLenum pname, const GLint *params )
686 public static native void glTexParameteriv(
693 // C function void glTexParameteriv ( GLenum target, GLenum pname, const GLint *params )
695 public static native void glTexParameteriv(
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 517 void glTexParameteriv(
524 void glTexParameteriv(
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 42 void glTexParameteriv ( GLenum target, GLenum pname, const GLint *params )
  /external/quake/quake/src/WinQuake/
glquake.h 422 #define glTexParameteriv(...) do { glTexParameteriv(__VA_ARGS__); GLCHECK("glTexParameteriv");} while(0)
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 107 ((GL11) gl).glTexParameteriv(GL10.GL_TEXTURE_2D,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 637 public void glTexParameteriv(int target, int pname, int[] params, int offset) {
638 mgl11.glTexParameteriv(target, pname, params, offset);
641 public void glTexParameteriv(int target, int pname, IntBuffer params) {
642 mgl11.glTexParameteriv(target, pname, params);
LabelMaker.java 343 ((GL11)gl).glTexParameteriv(GL10.GL_TEXTURE_2D,
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 85 interface->fTexParameteriv = glTexParameteriv;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 88 interface->fTexParameteriv = glTexParameteriv;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 125 interface->fTexParameteriv = glTexParameteriv;
  /frameworks/native/opengl/tests/filter/
filter.cpp 78 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 147 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
212 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 1123 public void glTexParameteriv(
1130 public void glTexParameteriv(
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 85 interface->fTexParameteriv = glTexParameteriv;
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 152 glTexParameteriv(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_CROP_RECT_OES, crop);
153 checkGlError("glTexParameteriv");
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 161 glTexParameteriv_t glTexParameteriv;

Completed in 120 milliseconds

1 2 3 4 5 6