Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h458 void setBoundTextureType(GLenum target, GLenum type);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1483 setBoundTextureType(target, GL_UNSIGNED_BYTE); in setBoundEGLImage()
1550 void GLClientState::setBoundTextureType(GLenum target, GLenum type) { in setBoundTextureType() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp2860 state->setBoundTextureType(stateTarget, type); in s_glTexImage2D()
4449 state->setBoundTextureType(target, type); in s_glTexImage3D()