Home
last modified time | relevance | path

Searched refs:mAppliedPixelConstants (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer11.h307 dx_PixelConstants mAppliedPixelConstants; variable
DRenderer11.cpp1522 if (memcmp(&mPixelConstants, &mAppliedPixelConstants, sizeof(dx_PixelConstants)) != 0) in applyUniforms()
1525 memcpy(&mAppliedPixelConstants, &mPixelConstants, sizeof(dx_PixelConstants)); in applyUniforms()
1833 memset(&mAppliedPixelConstants, 0, sizeof(dx_PixelConstants)); in markAllStateDirty()