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

1 2 3 4

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 42 typedef khronos_float_t GLclampf;
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 171 void (* DepthRangef)(GGLInterface_t * iface, GLclampf zNear, GLclampf zFar);
176 void (* BlendColor)(GGLInterface_t * iface, GLclampf red, GLclampf green,
177 GLclampf blue, GLclampf alpha);
191 void (* ClearColor)(GGLInterface_t * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a)
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES20.spec 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
17 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
18 void glClearDepthf ( GLclampf depth )
37 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
    [all...]
GLES10.spec 2 void glAlphaFunc ( GLenum func, GLclampf ref )
7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
9 void glClearDepthf ( GLclampf depth )
25 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
85 void glSampleCoverage ( GLclampf value, GLboolean invert )
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
gl_proc.h 23 typedef void (GL_APIENTRY *glAlphaFunc_t) (GLenum, GLclampf);
24 typedef void (GL_APIENTRY *glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf);
25 typedef void (GL_APIENTRY *glClearDepthf_t) (GLclampf);
28 typedef void (GL_APIENTRY *glDepthRangef_t) (GLclampf, GLclampf);
145 typedef void (GL_APIENTRY *glSampleCoverage_t) (GLclampf, GLboolean);
243 typedef void (GL_APIENTRY *glDepthRangefOES_t) (GLclampf, GLclampf)
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_proc.h 23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf);
24 typedef void (* glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf);
25 typedef void (* glClearDepthf_t) (GLclampf);
28 typedef void (* glDepthRangef_t) (GLclampf, GLclampf);
145 typedef void (* glSampleCoverage_t) (GLclampf, GLboolean);
243 typedef void (* glDepthRangefOES_t) (GLclampf, GLclampf)
    [all...]
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 32 static void DepthRangef(GGLInterface * iface, GLclampf zNear, GLclampf zFar)
66 static void BlendColor(GGLInterface * iface, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
buffer.cpp 118 static void ClearColor(GGLInterface * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a)
129 static void ClearDepthf(GGLInterface * iface, GLclampf d)
  /frameworks/base/services/surfaceflinger/
LayerBase.h 230 void clearWithOpenGL(const Region& clip, GLclampf r, GLclampf g,
231 GLclampf b, GLclampf alpha) const;
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 35 void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);
43 void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
137 void (GLAPIENTRY *glSampleCoverage) ( GLclampf value, GLboolean invert );
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 34 typedef khronos_float_t GLclampf;
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 34 typedef khronos_float_t GLclampf;
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 34 typedef khronos_float_t GLclampf;
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 34 typedef khronos_float_t GLclampf;
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 34 typedef khronos_float_t GLclampf;
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 33 typedef khronos_float_t GLclampf;
480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 33 typedef khronos_float_t GLclampf;
480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 33 typedef khronos_float_t GLclampf;
480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 33 typedef khronos_float_t GLclampf;
480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 33 typedef khronos_float_t GLclampf;
480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 33 typedef khronos_float_t GLclampf;
480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 33 typedef khronos_float_t GLclampf;
480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 35 typedef void (*glBlendColorType) (GLclampf, GLclampf, GLclampf, GLclampf);
86 typedef void (*glSampleCoverageType) (GLclampf, GLboolean);
  /frameworks/base/opengl/libagl/
state.cpp 221 void glSampleCoverage(GLclampf value, GLboolean invert) {
248 void glAlphaFunc(GLenum func, GLclampf ref)
573 void glClearColor(GLclampf r, GLclampf g, GLclampf b, GLclampf a)
588 void glClearDepthf(GLclampf depth)
  /development/ndk/platforms/android-4/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...]

Completed in 264 milliseconds

1 2 3 4