Searched defs:TextureManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DTextureManager.h63 class TextureManager { class in namespace:android
72 TextureManager();
H A DTextureManager.cpp34 #include "TextureManager.h"
40 TextureManager::TextureManager() function in class:android::TextureManager
45 GLenum TextureManager::getTextureTarget(const Image* image) {
55 status_t TextureManager::initTexture(Texture* texture)
76 status_t TextureManager::initTexture(Image* pImage, int32_t format)
106 bool TextureManager::isSupportedYuvFormat(int format)
115 bool TextureManager::isYuvFormat(int format)
134 status_t TextureManager::initEglImage(Image* pImage,
183 status_t TextureManager
[all...]

Completed in 21 milliseconds