HomeSort by relevance Sort by last modified time
    Searched refs:GLclampf (Results 1 - 25 of 347) 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/ui/gl/
gl_implementation_ozone.cc 21 glClearDepthf(static_cast<GLclampf>(depth));
26 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_android.cc 24 glClearDepthf(static_cast<GLclampf>(depth));
29 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_x11.cc 26 glClearDepthf(static_cast<GLclampf>(depth));
31 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;
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 45 DE_STATIC_ASSERT(sizeof(GLclampf) == 4);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 42 typedef khronos_float_t GLclampf;
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 51 GLclampf depth_clear;
65 GLclampf z_near;
66 GLclampf z_far;
75 GLclampf sample_coverage_value;
gles2_cmd_decoder_unittest_base.h 304 GLclampf restore_red,
305 GLclampf restore_green,
306 GLclampf restore_blue,
307 GLclampf restore_alpha,
309 GLclampf restore_depth,
315 GLclampf restore_red,
316 GLclampf restore_green,
317 GLclampf restore_blue,
318 GLclampf restore_alpha,
320 GLclampf restore_depth
    [all...]
  /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...]

Completed in 1929 milliseconds

1 2 3 4 5 6 7 8 91011>>