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

1 2 3 4 5 6 7

  /external/mesa3d/src/mapi/es1api/
ABI-check 56 glFogf
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 17 {"glFogf", (void*)glFogf},
gl_client_context.h 19 glFogf_client_proc_t glFogf;
gl_client_context.cpp 19 glFogf = (glFogf_client_proc_t) getProc("glFogf", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 26 {"glFogf", (void *)glFogf},
gles_dispatch.h 29 glFogf_t glFogf;
301 glFogf_t set_glFogf(glFogf_t f) { glFogf_t retval = glFogf; glFogf = f; return retval;}
    [all...]
gles.cpp 86 void glFogf(GLenum pname, GLfloat param)
88 getDispatch()->glFogf(pname, param);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 232 public void glFogf(int pname, float param) {
233 mgl.glFogf(pname, param);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 35 void glFogf ( GLenum pname, GLfloat param )
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 669 &glFogf,
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 97 void (*glFogf)(GLenum pname, GLfloat param);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 565 // C function void glFogf ( GLenum pname, GLfloat param )
567 public static native void glFogf(
    [all...]
GLErrorWrapper.java 291 public void glFogf(int pname, float param) {
293 mgl.glFogf(pname, param);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 460 void glFogf(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 245 public void glFogf(int pname, float param) {
246 ((GL10)mGL).glFogf(pname, param);
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-9/include/GLES/
gl.h 599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
    [all...]
  /external/swiftshader/include/GLES/
gl.h 599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 268 #define glFogf wrap_glFogf
    [all...]
gles_undefine.h 268 #undef glFogf
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 379 // C function void glFogf ( GLenum pname, GLfloat param )
381 public native void glFogf(
    [all...]

Completed in 320 milliseconds

1 2 3 4 5 6 7