OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBoundTextures
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderstate/
TextureState.cpp
55
if (
mBoundTextures
[mTextureUnit] != texture) {
57
mBoundTextures
[mTextureUnit] = texture;
93
mBoundTextures
[i] = 0;
99
if (
mBoundTextures
[i] == texture) {
100
mBoundTextures
[i] = 0;
TextureState.h
82
GLuint
mBoundTextures
[kTextureUnitsCount];
Completed in 389 milliseconds