Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp763 TextureRec* texrec = getTextureRec(texture); in bindTexture()
804 TextureRec* texrec = getTextureRec(texture); in setBoundEGLImage()
824 TextureRec* GLClientState::getTextureRec(GLuint id) const { in getTextureRec() function in GLClientState
835 TextureRec* texrec = getTextureRec(texture); in setBoundTextureInternalFormat()
842 TextureRec* texrec = getTextureRec(texture); in setBoundTextureFormat()
849 TextureRec* texrec = getTextureRec(texture); in setBoundTextureType()
856 TextureRec* texrec = getTextureRec(texture); in setBoundTextureDims()
894 TextureRec* texrec = getTextureRec(texture); in setBoundTextureSamples()
901 TextureRec* texrec = getTextureRec(texture); in setBoundTextureImmutableFormat()
908 TextureRec* texrec = getTextureRec(texture); in isBoundTextureImmutableFormat()
[all …]
DGLClientState.h555 TextureRec* getTextureRec(GLuint id) const;