Home
last modified time | relevance | path

Searched refs:texture_type (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DYVURenderer.cpp93 const GLenum texture_type = InputTextureType(); in DrawTexture() local
94 glBindTexture(texture_type, mInputTextureName); in DrawTexture()
H A DSurfaceTextureRenderer.cpp135 const GLenum texture_type = InputTextureType(); in DrawTexture() local
136 glBindTexture(texture_type, mInputTextureName); in DrawTexture()
H A DWarpRenderer.cpp128 const GLenum texture_type = InputTextureType(); in DrawTexture() local
129 glBindTexture(texture_type, mInputTextureName); in DrawTexture()