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

1 2 3 4 5 6 7 8 91011

  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.h 39 GLclampf mPlaneAlpha;
50 GLclampf mColor[4];
61 void setPlaneAlpha(GLclampf planeAlpha);
66 void setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
Description.cpp 43 void Description::setPlaneAlpha(GLclampf planeAlpha) {
72 void Description::setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
multisample.h 34 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
clear.h 37 _mesa_ClearColor( GLclampf red, GLclampf green,
38 GLclampf blue, GLclampf alpha );
blend.h 76 _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
80 _mesa_AlphaFunc( GLenum func, GLclampf ref );
viewport.h 47 _mesa_DepthRangef(GLclampf nearval, GLclampf farval);
depth.h 47 _mesa_ClearDepthf( GLclampf depth );
multisample.c 37 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert)
  /external/mesa3d/src/mesa/main/
multisample.h 34 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
clear.h 37 _mesa_ClearColor( GLclampf red, GLclampf green,
38 GLclampf blue, GLclampf alpha );
blend.h 76 _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
80 _mesa_AlphaFunc( GLenum func, GLclampf ref );
viewport.h 47 _mesa_DepthRangef(GLclampf nearval, GLclampf farval);
depth.h 47 _mesa_ClearDepthf( GLclampf depth );
multisample.c 37 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert)
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 40 GLclampf depth_clear;
49 GLclampf z_near;
50 GLclampf z_far;
59 GLclampf sample_coverage_value;
gles2_cmd_decoder_unittest_base.h 297 GLclampf restore_red,
298 GLclampf restore_green,
299 GLclampf restore_blue,
300 GLclampf restore_alpha,
302 GLclampf restore_depth,
308 GLclampf restore_red,
309 GLclampf restore_green,
310 GLclampf restore_blue,
311 GLclampf restore_alpha,
313 GLclampf restore_depth
    [all...]
  /external/chromium_org/ui/gl/
gl_implementation_ozone.cc 20 glClearDepthf(static_cast<GLclampf>(depth));
25 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_android.cc 22 glClearDepthf(static_cast<GLclampf>(depth));
27 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_x11.cc 25 glClearDepthf(static_cast<GLclampf>(depth));
30 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 42 typedef khronos_float_t GLclampf;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 42 typedef khronos_float_t GLclampf;
  /frameworks/native/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...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_proc.h 19 typedef void (gl2_APIENTRY *glBlendColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf);
28 typedef void (gl2_APIENTRY *glClearColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf);
29 typedef void (gl2_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf);
48 typedef void (gl2_APIENTRY *glDepthRangef_client_proc_t) (void * ctx, GLclampf, GLclampf)
    [all...]
  /device/generic/goldfish/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/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 33 GLclampf /* red */, GLclampf /* green */, GLclampf /* blue */,
34 GLclampf /* alpha */) {
62 GLclampf /* red */, GLclampf /* green */, GLclampf /* blue */,
63 GLclampf /* alpha */) {
65 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) {
124 GLclampf /* zNear */, GLclampf /* zFar */)
    [all...]

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011