Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/nativedisplay/include/surfacetexture/
H A Dsurface_texture_platform.h52 unsigned int ASurfaceTexture_getCurrentTextureTarget(ASurfaceTexture* st);
/aosp_15_r20/frameworks/native/libs/nativedisplay/
H A Dlibnativedisplay.map.txt59 android::ASurfaceTexture_getCurrentTextureTarget*;
/aosp_15_r20/frameworks/native/libs/nativedisplay/surfacetexture/
H A Dsurface_texture.cpp183 unsigned int ASurfaceTexture_getCurrentTextureTarget(ASurfaceTexture* st) { in ASurfaceTexture_getCurrentTextureTarget() function
/aosp_15_r20/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.cpp67 GLenum target = ASurfaceTexture_getCurrentTextureTarget(mSurfaceTexture.get()); in setSurfaceTexture()