Home
last modified time | relevance | path

Searched refs:setGlobalName (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureData.h84 void setGlobalName(unsigned name);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureData.cpp106 void TextureData::setGlobalName(unsigned int name) { in setGlobalName() function in TextureData
DObjectNameSpace.cpp65 texData->setGlobalName(0); in NameSpace()
109 texData->setGlobalName(texNamedObj->getGlobalName()); in touchTextures()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp510 texData->setGlobalName(globalTextureName); in glBindTexture()
718 texData->setGlobalName(globalTextureName); in s_glInitTexImage2D()
2225 texData->setGlobalName(img->globalTexObj->getGlobalName()); in glEGLImageTargetTexture2DOES()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp771 texData->setGlobalName(globalTextureName); in glBindTexture()
1049 texData->setGlobalName(globalTextureName); in s_glInitTexImage2D()
4322 texData->setGlobalName(img->globalTexObj->getGlobalName()); in glEGLImageTargetTexture2DOES()