Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h450 void setBoundTextureSamples(GLenum target, GLsizei samples);
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1483 setBoundTextureSamples(target, 0); in setBoundEGLImage()
1632 void GLClientState::setBoundTextureSamples(GLenum target, GLsizei samples) { in setBoundTextureSamples() function in gfxstream::guest::GLClientState
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6209 state->setBoundTextureSamples(target, samples); in s_glTexStorage2DMultisample()