Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h316 void bindSampler(GLuint unit, GLuint sampler);
DGLClientState.cpp1004 void GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() function in GLClientState
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp4659 m_state->bindSampler(unit, sampler); in doSamplerBindEncodeCached()