OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTextureUnit
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
Caches.cpp
84
mTextureUnit
= 0;
519
if (
mTextureUnit
!= textureUnit) {
521
mTextureUnit
= textureUnit;
526
mTextureUnit
= -1;
530
if (mBoundTextures[
mTextureUnit
] != texture) {
532
mBoundTextures[
mTextureUnit
] = texture;
537
if (mBoundTextures[
mTextureUnit
] != texture) {
539
mBoundTextures[
mTextureUnit
] = texture;
Caches.h
389
GLuint
mTextureUnit
;
OpenGLRenderer.h
[
all
...]
OpenGLRenderer.cpp
[
all
...]
Completed in 257 milliseconds