Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1389 RboProps& GLClientState::boundRboProps() { in boundRboProps() function in GLClientState
1404 boundRboProps().target = target; in bindRenderbuffer()
1405 boundRboProps().previouslyBound = true; in bindRenderbuffer()
1413 boundRboProps().format = format; in setBoundRenderbufferFormat()
1417 boundRboProps().multisamples = samples; in setBoundRenderbufferSamples()
DGLClientState.h560 RboProps& boundRboProps();