/aosp12/frameworks/av/media/libstagefright/renderfright/tests/ |
H A D | RenderEngineThreadedTest.cpp | 66 EXPECT_CALL(*mRenderEngine, bindExternalTextureBuffer(0, Eq(nullptr), Eq(nullptr))) in TEST_F() 68 status_t result = mThreadedRE->bindExternalTextureBuffer(0, nullptr, nullptr); in TEST_F() 74 EXPECT_CALL(*mRenderEngine, bindExternalTextureBuffer(0, buf, Eq(nullptr))) in TEST_F() 76 status_t result = mThreadedRE->bindExternalTextureBuffer(0, buf, nullptr); in TEST_F()
|
H A D | RenderEngineTest.cpp | 1246 status_t result = sRE->bindExternalTextureBuffer(0, nullptr, nullptr); in TEST_F() 1256 sRE->bindExternalTextureBuffer(texName, buf, nullptr); in TEST_F()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/mock/ |
H A D | RenderEngine.h | 48 MOCK_METHOD3(bindExternalTextureBuffer,
|
/aosp12/frameworks/av/media/libstagefright/renderfright/threaded/ |
H A D | RenderEngineThreaded.h | 53 status_t bindExternalTextureBuffer(uint32_t texName, const sp<GraphicBuffer>& buffer,
|
H A D | RenderEngineThreaded.cpp | 194 status_t RenderEngineThreaded::bindExternalTextureBuffer(uint32_t texName, in bindExternalTextureBuffer() function in android::renderengine::threaded::RenderEngineThreaded 204 status_t status = instance.bindExternalTextureBuffer(texName, buffer, fence); in bindExternalTextureBuffer()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/ |
H A D | RenderEngine.h | 100 virtual status_t bindExternalTextureBuffer(uint32_t texName, const sp<GraphicBuffer>& buffer,
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.h | 144 void bindExternalTextureBuffer(uint32_t texName, const sp<GraphicBuffer>& buffer,
|
H A D | GLESRenderEngine.cpp | 684 void GLESRenderEngine::bindExternalTextureBuffer(uint32_t texName, const sp<GraphicBuffer>& buffer, in bindExternalTextureBuffer() function in android::renderengine::gl::GLESRenderEngine 1238 bindExternalTextureBuffer(layer->source.buffer.textureName, gBuf, in drawLayers()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.h | 64 status_t bindExternalTextureBuffer(uint32_t texName, const sp<GraphicBuffer>& buffer,
|
H A D | GLESRenderEngine.cpp | 623 status_t GLESRenderEngine::bindExternalTextureBuffer(uint32_t texName, in bindExternalTextureBuffer() function in android::renderengine::gl::GLESRenderEngine 1169 bindExternalTextureBuffer(layer->source.buffer.textureName, gBuf, in drawLayers()
|