Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h354 bool hasBinaryRetrieveableHint() const { return mBinaryRetrieveableHint; } in hasBinaryRetrieveableHint() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1022 json->addScalar("BinaryRetrieveableHint", programState.hasBinaryRetrieveableHint()); in SerializeProgramState()