Home
last modified time | relevance | path

Searched refs:getCurrentTextureTarget (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/nativedisplay/include/surfacetexture/
H A DSurfaceTexture.h208 uint32_t getCurrentTextureTarget() const;
/aosp12/frameworks/native/libs/gui/include/gui/
H A DGLConsumer.h186 uint32_t getCurrentTextureTarget() const;
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A Dsurface_texture.cpp184 return st->consumer->getCurrentTextureTarget(); in ASurfaceTexture_getCurrentTextureTarget()
H A DSurfaceTexture.cpp236 uint32_t SurfaceTexture::getCurrentTextureTarget() const { in getCurrentTextureTarget() function in android::SurfaceTexture
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp709 uint32_t GLConsumer::getCurrentTextureTarget() const { in getCurrentTextureTarget() function in android::GLConsumer