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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer11.cpp 592 bool forceSetTexture = false;
608 forceSetTexture = texture->hasDirtyImages();
619 if (forceSetTexture || mCurPixelTextureSerials[index] != serial)
634 if (forceSetTexture || mCurVertexTextureSerials[index] != serial)
    [all...]
Renderer9.cpp 765 bool forceSetTexture = false;
782 forceSetTexture = texture->hasDirtyImages();
785 if (forceSetTexture || appliedSerials[index] != serial)
    [all...]

Completed in 58 milliseconds