Searched refs:TextureState (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DTextureState.cpp16 #include "renderstate/TextureState.h"
29 TextureState::TextureState() function in class:android::uirenderer::TextureState
40 void TextureState::activateTexture(GLuint textureUnit) {
50 void TextureState::resetActiveTexture() {
54 void TextureState::bindTexture(GLuint texture) {
61 void TextureState::bindTexture(GLenum target, GLuint texture) {
72 void TextureState::deleteTexture(GLuint texture) {
91 void TextureState::resetBoundTextures() {
97 void TextureState
[all...]
H A DTextureState.h29 class TextureState { class in namespace:android::uirenderer
78 TextureState();
/frameworks/base/libs/hwui/
H A DCaches.h36 #include "renderstate/TextureState.h"
190 TextureState& textureState() { return *mTextureState; }
217 TextureState* mTextureState = nullptr;
H A DAndroid.common.mk18 renderstate/TextureState.cpp \
H A DCaches.cpp80 mTextureState = new TextureState();

Completed in 80 milliseconds