Home
last modified time | relevance | path

Searched refs:GLShadowTexture (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLShadowTexture.cpp30 GLShadowTexture::GLShadowTexture() { in GLShadowTexture() function in android::renderengine::gl::GLShadowTexture
42 GLShadowTexture::~GLShadowTexture() { in ~GLShadowTexture()
46 const Texture& GLShadowTexture::getTexture() { in getTexture()
H A DGLShadowTexture.h26 class GLShadowTexture {
28 GLShadowTexture();
29 ~GLShadowTexture();
H A DGLESRenderEngine.h204 std::unique_ptr<GLShadowTexture> mShadowTexture = nullptr;
H A DGLESRenderEngine.cpp474 mShadowTexture = std::make_unique<GLShadowTexture>(); in GLESRenderEngine()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLShadowTexture.cpp30 GLShadowTexture::GLShadowTexture() { in GLShadowTexture() function in android::renderengine::gl::GLShadowTexture
42 GLShadowTexture::~GLShadowTexture() { in ~GLShadowTexture()
46 const Texture& GLShadowTexture::getTexture() { in getTexture()
H A DGLShadowTexture.h26 class GLShadowTexture {
28 GLShadowTexture();
29 ~GLShadowTexture();
H A DGLESRenderEngine.h192 GLShadowTexture mShadowTexture;
/aosp12/frameworks/av/media/libstagefright/renderfright/
H A DAndroid.bp63 "gl/GLShadowTexture.cpp",
/aosp12/frameworks/native/libs/renderengine/
H A DAndroid.bp65 "gl/GLShadowTexture.cpp",