Home
last modified time | relevance | path

Searched refs:getTextureRec (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1029 return getTextureRec(tex_name) != nullptr; in isTexture()
1512 std::shared_ptr<TextureRec> GLClientState::getTextureRec(GLuint id) const { in getTextureRec() function in gfxstream::guest::GLClientState
2538 std::shared_ptr<TextureRec> texrec = getTextureRec(texture); in attachTextureObject()
2732 std::shared_ptr<TextureRec> texrec = getTextureRec(texture); in setFboCompletenessDirtyForTexture()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h743 std::shared_ptr<TextureRec> getTextureRec(GLuint id) const;