Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h401 void onDeleteSamplers(GLsizei n, const GLuint* samplers);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1389 void GLClientState::onDeleteSamplers(GLsizei n, const GLuint* samplers) { in onDeleteSamplers() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5332 ctx->m_state->onDeleteSamplers(n, samplers); in s_glDeleteSamplers()