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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 174 float clearColor[4];
175 m_context->getFloatv(GraphicsContext3D::COLOR_CLEAR_VALUE, clearColor);
176 m_context->clearColor(0, 0, 0, 0);
178 m_context->clearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]);
SharedGraphicsContext3D.cpp 146 void SharedGraphicsContext3D::clearColor(const Color& color)
150 m_context->clearColor(rgba[0], rgba[1], rgba[2], rgba[3]);
  /external/webkit/Source/WebCore/platform/graphics/android/
TransferQueue.h 42 GLfloat clearColor[4];
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 263 GLfloat clearColor[] = {0, 0, 0, 0}, clearDepth = 0;
270 ::glGetFloatv(GL_COLOR_CLEAR_VALUE, clearColor);
295 ::glClearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]);
459 void GraphicsContext3D::clearColor(GC3Dclampf r, GC3Dclampf g, GC3Dclampf b, GC3Dclampf a)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 516 m_context->clearColor(m_colorMask[0] ? m_clearColor[0] : 0,
521 m_context->clearColor(0, 0, 0, 0);
537 m_context->clearColor(m_clearColor[0], m_clearColor[1],
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 790 void GraphicsContext3D::clearColor(GC3Dclampf r, GC3Dclampf g, GC3Dclampf b, GC3Dclampf a)
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 1141 milliseconds