Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h460 void setBoundTextureSamples(GLenum target, GLsizei samples);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1484 setBoundTextureSamples(target, 0); in setBoundEGLImage()
1633 void GLClientState::setBoundTextureSamples(GLenum target, GLsizei samples) { in setBoundTextureSamples() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6098 state->setBoundTextureSamples(target, samples); in s_glTexStorage2DMultisample()