Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp108 GLuint texId_ = 0; member in OHOS::Rosen::DmaMem
114 if (texId_ != 0U) { in ReleaseGLMemory()
116 glDeleteTextures(1, &texId_); in ReleaseGLMemory()
117 texId_ = 0U; in ReleaseGLMemory()
157 if (texId_ == 0U) { in GetSkSurfaceFromSurfaceBuffer()
158 glGenTextures(1, &texId_); in GetSkSurfaceFromSurfaceBuffer()
211 GLuint texId_ = 0U; member in OHOS::Rosen::PixelMapFromSurface
244 if (texId_ != 0U) { in Clear()
245 glDeleteTextures(1, &texId_); in Clear()
246 texId_ = 0U; in Clear()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Dpixel_map_from_surface.cpp50 if (texId_ != 0U) { in Clear()
51 glDeleteTextures(1, &texId_); in Clear()
52 texId_ = 0U; in Clear()
117 glGenTextures(1, &texId_); in CreateEGLImage()
118 glBindTexture(GL_TEXTURE_EXTERNAL_OES, texId_); in CreateEGLImage()
148 …GrGLTextureInfo grExternalTextureInfo = { GL_TEXTURE_EXTERNAL_OES, texId_, static_cast<GrGLenum>(g… in DrawImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp299 if (texId_ == 0U) { in GetDrawingImageFromSurfaceBuffer()
300 glGenTextures(1, &texId_); in GetDrawingImageFromSurfaceBuffer()
301 glBindTexture(GL_TEXTURE_2D, texId_); in GetDrawingImageFromSurfaceBuffer()
314 externalTextureInfo.SetID(texId_); in GetDrawingImageFromSurfaceBuffer()
402 RSTaskDispatcher::GetInstance().PostTask(tid_, [texId = texId_, in ~RSExtendImageObject()
856 if (texId_ != 0U) { in Clear()
857 glDeleteTextures(1, &texId_); in Clear()
1025 externalTextureInfo.SetID(texId_); in DrawWithGles()
1073 texId_ = 0; in CreateEglTextureId()
1074 glGenTextures(1, &texId_); in CreateEglTextureId()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/
H A Dpixel_map_from_surface.h52 GLuint texId_ = 0U; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_draw_cmd.h95 mutable GLuint texId_ = 0; variable
319 mutable GLuint texId_ = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_draw_cmd_test.cpp93 extendImageObject.texId_ = 0U;