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/
Renderer11.h 267 gl::Color mCurBlendColor;
Renderer9.h 311 gl::Color mCurBlendColor;
Renderer11.cpp 666 memcmp(&blendColor, &mCurBlendColor, sizeof(gl::Color)) != 0 ||
696 mCurBlendColor = blendColor;
    [all...]
Renderer9.cpp 858 bool blendColorChanged = mForceSetBlendState || memcmp(&blendColor, &mCurBlendColor, sizeof(gl::Color)) != 0;
    [all...]

Completed in 891 milliseconds