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/src/libGLESv2/renderer/
Renderer11.cpp 589 bool forceSetTexture = false;
605 forceSetTexture = texture->hasDirtyImages();
616 if (forceSetTexture || mCurPixelTextureSerials[index] != serial)
631 if (forceSetTexture || mCurVertexTextureSerials[index] != serial)
    [all...]
Renderer9.cpp 789 bool forceSetTexture = false;
806 forceSetTexture = texture->hasDirtyImages();
809 if (forceSetTexture || appliedSerials[index] != serial)
    [all...]

Completed in 24 milliseconds