Home
last modified time | relevance | path

Searched refs:dstTextureID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dalgo_filter.cpp28 glBindTexture(GL_TEXTURE_2D, data.dstTextureID); in Prepare()
31 … glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, data.dstTextureID, 0); in Prepare()
H A Doutput.cpp98 glBindTexture(GL_TEXTURE_2D, data.dstTextureID); in WriteToBuffer()
100 … glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, data.dstTextureID, 0); in WriteToBuffer()
H A Dscale_filter.cpp43 std::swap(data.srcTextureID, data.dstTextureID); in DoProcess()
H A Dfilter.cpp27 std::swap(data.srcTextureID, data.dstTextureID); in Process()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dfilter.h35 GLuint dstTextureID; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dfilter_unittest.cpp119 data.dstTextureID = 0;
149 data.dstTextureID = 0;