HomeSort by relevance Sort by last modified time
    Searched refs:mCurBlendColor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Renderer11.h 328 gl::ColorF mCurBlendColor;
Renderer11.cpp 762 memcmp(&blendColor, &mCurBlendColor, sizeof(gl::ColorF)) != 0 ||
792 mCurBlendColor = blendColor;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.h 364 gl::ColorF mCurBlendColor;
Renderer9.cpp 882 bool blendColorChanged = mForceSetBlendState || memcmp(&blendColor, &mCurBlendColor, sizeof(gl::ColorF)) != 0;
    [all...]

Completed in 33 milliseconds