Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h247 std::array<GLbitfield, MAX_SAMPLE_MASK_WORDS> getSampleMaskValues() const in getSampleMaskValues() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp556 const auto &sampleMaskValues = state.getSampleMaskValues(); in SerializeContextState()