Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DResourceManager.h64 void checkTextureAllocation(GLuint texture, TextureType type);
DResourceManager.cpp136 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type) in checkTextureAllocation() function in es1::ResourceManager
DContext.cpp1022 mResourceManager->checkTextureAllocation(texture, type); in bindTexture()
/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h85 void checkTextureAllocation(GLuint texture, TextureType type);
DResourceManager.cpp285 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type) in checkTextureAllocation() function in es2::ResourceManager
DContext.cpp1184 mResourceManager->checkTextureAllocation(texture, type); in bindTexture()