Searched refs:GLclampf (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmultisample.h34 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
H A Dclear.h37 _mesa_ClearColor( GLclampf red, GLclampf green,
38 GLclampf blue, GLclampf alpha );
H A Dblend.h76 _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
80 _mesa_AlphaFunc( GLenum func, GLclampf ref );
H A Dviewport.h47 _mesa_DepthRangef(GLclampf nearval, GLclampf farval);
H A Ddepth.h47 _mesa_ClearDepthf( GLclampf depth );
H A Dmultisample.c37 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert)
H A Dviewport.c150 _mesa_DepthRangef(GLclampf nearval, GLclampf farval)
/external/mesa3d/src/mesa/main/
H A Dmultisample.h34 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
H A Dclear.h37 _mesa_ClearColor( GLclampf red, GLclampf green,
38 GLclampf blue, GLclampf alpha );
H A Dblend.h76 _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
80 _mesa_AlphaFunc( GLenum func, GLclampf ref );
H A Dviewport.h47 _mesa_DepthRangef(GLclampf nearval, GLclampf farval);
H A Ddepth.h47 _mesa_ClearDepthf( GLclampf depth );
H A Dmultisample.c37 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert)
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h40 GLclampf depth_clear;
49 GLclampf z_near;
50 GLclampf z_far;
59 GLclampf sample_coverage_value;
H A Dgles2_cmd_decoder_unittest_base.h297 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_dept
[all...]
/external/chromium_org/ui/gl/
H A Dgl_implementation_ozone.cc20 glClearDepthf(static_cast<GLclampf>(depth));
25 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
H A Dgl_implementation_android.cc22 glClearDepthf(static_cast<GLclampf>(depth));
27 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
H A Dgl_implementation_x11.cc25 glClearDepthf(static_cast<GLclampf>(depth));
30 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h33 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 /* zNea
[all...]
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.h55 virtual void ClearColor(GLclampf red,
56 GLclampf green,
57 GLclampf blue,
58 GLclampf alpha) OVERRIDE;
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h27 typedef float GLclampf; typedef
50 PP_Resource context, GLclampf red, GLclampf green, GLclampf blue,
51 GLclampf alpha);
68 PP_Resource context, GLclampf red, GLclampf green, GLclampf blue,
69 GLclampf alpha);
70 void (*ClearDepthf)(PP_Resource context, GLclampf dept
[all...]
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h34 typedef khronos_float_t GLclampf; typedef
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 dept
[all...]
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h35 typedef khronos_float_t GLclampf; typedef
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 dept
[all...]
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h34 typedef khronos_float_t GLclampf; typedef
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 dept
[all...]
/external/mesa3d/include/GLES2/
H A Dgl2.h34 typedef khronos_float_t GLclampf; typedef
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 dept
[all...]

Completed in 2776 milliseconds

1234