HomeSort by relevance Sort by last modified time
    Searched defs:ClearColor (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/cc/test/
test_gles2_interface.cc 144 void TestGLES2Interface::ClearColor(GLclampf red,
148 test_context_->clearColor(red, green, blue, alpha);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 165 void GLES2Implementation::ClearColor(GLclampf red,
172 helper_->ClearColor(red, green, blue, alpha);
    [all...]
gles2_cmd_helper_autogen.h 146 void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
147 gles2::cmds::ClearColor* c = GetCmdSpace<gles2::cmds::ClearColor>();
    [all...]
gles2_interface_stub_impl_autogen.h 67 void GLES2InterfaceStub::ClearColor(GLclampf /* red */,
    [all...]
gles2_trace_implementation_impl_autogen.h 112 void GLES2TraceImplementation::ClearColor(GLclampf red,
116 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearColor");
117 gl_->ClearColor(red, green, blue, alpha);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 163 void ClearColor(PP_Resource context_id,
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 133 void (*ClearColor)(PP_Resource context,
592 void (*ClearColor)(PP_Resource context,
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 169 void ClearColor(PP_Resource context_id,
176 ToGles2Impl(&enter)->ClearColor(red, green, blue, alpha);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 256 void (GLAPIENTRY * ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 256 void (GLAPIENTRY * ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 228 GLAPI void APIENTRY GLAPI_PREFIX(ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 669 struct ClearColor {
670 typedef ClearColor ValueType;
705 COMPILE_ASSERT(sizeof(ClearColor) == 20, Sizeof_ClearColor_is_not_20);
706 COMPILE_ASSERT(offsetof(ClearColor, header) == 0,
708 COMPILE_ASSERT(offsetof(ClearColor, red) == 4, OffsetOf_ClearColor_red_not_4);
709 COMPILE_ASSERT(offsetof(ClearColor, green) == 8,
711 COMPILE_ASSERT(offsetof(ClearColor, blue) == 12,
713 COMPILE_ASSERT(offsetof(ClearColor, alpha) == 16,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 710 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */
732 union gl_color_union ClearColor; /**< Color for glClear, unclamped */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 710 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */
732 union gl_color_union ClearColor; /**< Color for glClear, unclamped */
    [all...]

Completed in 2501 milliseconds