Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.h362 int getDrawIDLocation() const { return mDrawIDLocation; } in getDrawIDLocation() function
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp1124 json->addScalar("DrawIDLocation", programState.getDrawIDLocation()); in SerializeProgramState()