Home
last modified time | relevance | path

Searched refs:isTexturing (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgramCache.h130 inline bool isTexturing() const { return (mKey & TEXTURE_MASK) != TEXTURE_OFF; } in isTexturing() function
131 inline bool hasTextureCoords() const { return isTexturing() && !drawShadows(); } in hasTextureCoords()
H A DProgramCache.cpp712 if (needs.isTexturing()) { in generateFragmentShader()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DProgramCache.h135 inline bool isTexturing() const { return (mKey & TEXTURE_MASK) != TEXTURE_OFF; } in isTexturing() function
136 inline bool hasTextureCoords() const { return isTexturing() && !drawShadows(); } in hasTextureCoords()
H A DProgramCache.cpp731 if (needs.isTexturing()) { in generateFragmentShader()