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

/frameworks/base/libs/hwui/renderstate/
H A DTextureState.h31 class TextureState { class in namespace:android::uirenderer
86 TextureState();
87 ~TextureState();
H A DTextureState.cpp16 #include "renderstate/TextureState.h"
40 TextureState::TextureState() function in class:android::uirenderer::TextureState
52 TextureState::~TextureState() {
72 void TextureState::constructTexture(Caches& caches) {
87 void TextureState::activateTexture(GLuint textureUnit) {
97 void TextureState::resetActiveTexture() {
101 void TextureState::bindTexture(GLuint texture) {
108 void TextureState
[all...]

Completed in 148 milliseconds