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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
ViewPainter.cpp 74 Color baseColor = m_renderView.frameView()->baseBackgroundColor();
75 if (baseColor.alpha()) {
78 paintInfo.context->fillRect(paintInfo.rect, baseColor);
BoxPainter.cpp 563 Color baseColor = obj.view()->frameView()->baseBackgroundColor();
568 if (baseColor.alpha()) {
570 baseColor = baseColor.blend(bgColor);
571 context->fillRect(backgroundRect, baseColor, operation);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 183 // Image origin must be visible (for baseColor)
194 const tcu::RGBA baseColor = result.getPixel(destinationArea.x(), destinationArea.y());
195 const bool signConfig = tcu::compareThreshold(baseColor, cellColorA, threshold);
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 614 const Color baseColor = getBaseColor(bufferFmt);
660 clearBuffers(gl, baseColor, 1.0f, 0);
679 clearBuffers(gl, baseColor, 1.0f, 0);
693 switch (baseColor.type)
696 clearEdges(refAccess, Vec4(baseColor.f[0], baseColor.f[1], baseColor.f[2], baseColor.f[3]), scissorArea);
701 clearEdges(refAccess, IVec4(baseColor.i[0], baseColor.i[1], baseColor.i[2], baseColor.i[3]), scissorArea)
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 209 float baseColor[3];
218 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f;
301 color[a] = (int)(ca * baseColor[a] * 255);
  /frameworks/native/opengl/tests/angeles/
demo.c 209 float baseColor[3];
218 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f;
301 color[a] = (int)(ca * baseColor[a] * 255);
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 256 milliseconds