HomeSort by relevance Sort by last modified time
    Searched refs:GLclampf (Results 101 - 125 of 295) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 30 typedef khronos_float_t GLclampf;
593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert)
    [all...]
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 30 typedef khronos_float_t GLclampf;
593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert)
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/GLES/
gl.h 30 typedef khronos_float_t GLclampf;
593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert)
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/GLES/
gl.h 30 typedef khronos_float_t GLclampf;
593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert)
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 30 typedef khronos_float_t GLclampf;
593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_entry.cpp 16 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
25 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
26 void glClearDepthf(GLclampf depth);
45 void glDepthRangef(GLclampf zNear, GLclampf zFar)
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
81 void glClearDepthfOES ( GLclampf depth )
  /external/mesa3d/src/mesa/main/
clear.c 75 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
depth.c 61 _mesa_ClearDepthf( GLclampf depth )
es1_conversion.c 41 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f));
47 _mesa_ClearColor((GLclampf) (red / 65536.0f),
48 (GLclampf) (green / 65536.0f),
49 (GLclampf) (blue / 65536.0f),
50 (GLclampf) (alpha / 65536.0f));
56 _mesa_ClearDepthf((GLclampf) (depth / 65536.0f));
106 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f),
107 (GLclampf) (zFar / 65536.0f));
736 _mesa_SampleCoverageARB((GLclampf) (value / 65536.0f),
texobj.h 156 const GLclampf *priorities );
blend.c 542 _mesa_BlendColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
580 _mesa_AlphaFunc( GLenum func, GLclampf ref )
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 56 void glAlphaFunc(GLenum func, GLclampf ref)
61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
66 void glClearDepthf(GLclampf depth)
81 void glDepthRangef(GLclampf zNear, GLclampf zFar)
666 void glSampleCoverage(GLclampf value, GLboolean invert)
1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_entry.cpp 9 void glAlphaFunc(GLenum func, GLclampf ref);
10 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
11 void glClearDepthf(GLclampf depth);
14 void glDepthRangef(GLclampf zNear, GLclampf zFar);
130 void glSampleCoverage(GLclampf value, GLboolean invert);
248 void glDepthRangefOES(GLclampf zNear, GLclampf zFar)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 256 void (GLAPIENTRY * ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf);
290 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf);
381 void (GLAPIENTRY * PrioritizeTextures)(GLsizei, const GLuint *, const GLclampf *);
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glext.h     [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES/
glext.h     [all...]

Completed in 887 milliseconds

1 2 3 45 6 7 8 91011>>