Home
last modified time | relevance | path

Searched refs:getActiveTexturesCache (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h768 const ActiveTexturesCache &getActiveTexturesCache() const { return mActiveTexturesCache; } in getActiveTexturesCache() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DProgramMtl.mm1278 const gl::ActiveTexturesCache &completeTextures = glState.getActiveTexturesCache();
DContextMtl.mm2211 const gl::ActiveTexturesCache &textures = glState.getActiveTexturesCache();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp5290 const gl::ActiveTexturesCache &textures = mState.getActiveTexturesCache(); in updateActiveTextures()
6637 const gl::ActiveTexturesCache &textures = mState.getActiveTexturesCache(); in endRenderPassIfComputeReadAfterAttachmentWrite()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3219 const gl::ActiveTexturesCache &activeTextures = glState.getActiveTexturesCache(); in applyTextures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp915 const gl::ActiveTexturesCache &textures = glState.getActiveTexturesCache(); in updateProgramTextureBindings()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2772 const gl::ActiveTexturesCache &completeTextures = glState.getActiveTexturesCache(); in applyTexturesForSRVs()