Home
last modified time | relevance | path

Searched refs:getBoundTexturesForCapture (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h835 const TextureBindingMap &getBoundTexturesForCapture() const { return mSamplerTextures; } in getBoundTexturesForCapture() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp596 const gl::TextureBindingMap &boundTexturesMap = state.getBoundTexturesForCapture(); in SerializeContextState()
DFrameCapture.cpp3262 const gl::TextureBindingMap &apiBoundTextures = apiState.getBoundTexturesForCapture(); in CaptureMidExecutionSetup()
3269 replayState.getBoundTexturesForCapture()[textureType]; in CaptureMidExecutionSetup()