Home
last modified time | relevance | path

Searched refs:deleteTextures (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/host-common/
DMediaTexturePool.cpp112 deleteTextures(frame); in putTextureFrame()
117 void MediaTexturePool::deleteTextures(TextureFrame frame) { in deleteTextures() function in android::emulation::MediaTexturePool
/hardware/google/aemu/host-common/include/host-common/
DMediaTexturePool.h60 void deleteTextures(TextureFrame frame);
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h470 void deleteTextures(GLsizei n, const GLuint* textures);
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp708 state->deleteTextures(n, textures); in s_glDeleteTextures()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2053 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures) in deleteTextures() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp2503 state->deleteTextures(n, textures); in s_glDeleteTextures()