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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 40 void glTexParameterfv(int target, int pname, float[] param, int offset);
GL11.java 498 void glTexParameterfv(
505 void glTexParameterfv(
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 153 LOAD_GL_FUNC(glTexParameterfv);
GLDispatch.h 130 void (GLAPIENTRY *glTexParameterfv) (GLenum target, GLenum pname, const GLfloat *params);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 56 {"glTexParameterfv", (void *)glTexParameterfv},
gles_dispatch.h 59 glTexParameterfv_t glTexParameterfv;
331 glTexParameterfv_t set_glTexParameterfv(glTexParameterfv_t f) { glTexParameterfv_t retval = glTexParameterfv; glTexParameterfv = f; return retval;}
    [all...]
gles.cpp 236 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params)
238 getDispatch()->glTexParameterfv(target, pname, params);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 659 // C function void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params )
661 public static native void glTexParameterfv(
668 // C function void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params )
670 public static native void glTexParameterfv(
GLErrorWrapper.java     [all...]
GLES20.java     [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 40 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params )
GLES20.spec 109 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params )
  /external/quake/quake/src/WinQuake/
glquake.h 320 #define glTexParameterfv(...) do { glTexParameterfv(__VA_ARGS__); GLCHECK("glTexParameterfv");} while(0)
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java 230 gl.glTexParameterfv(GL11.GL_TEXTURE_2D,
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1104 public void glTexParameterfv(
1111 public void glTexParameterfv(
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 59 glTexParameterfv_t glTexParameterfv;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 957 public void glTexParameterfv(int target, int pname, float[] params, int offset) {
961 public void glTexParameterfv(int target, int pname, FloatBuffer params) {
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 127 void (GLAPIENTRY *GLDispatch::glTexParameterfv)(GLenum,GLenum,const GLfloat *) = NULL;
346 LOAD_GL_FUNC(glTexParameterfv);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 137 glTexParameterfv(107, 107),
335 case 107: return glTexParameterfv;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 137 glTexParameterfv(107, 107),
335 case 107: return glTexParameterfv;
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 629 GL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 581 GL_APICALL void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat* params);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 629 GL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 581 GL_APICALL void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat* params);

Completed in 428 milliseconds

1 2 3