Searched refs:textureTarget_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | surface_image.cpp | 49 textureTarget_(textureTarget), in SurfaceImage() 159 glBindTexture(textureTarget_, textureId); in AttachContext() 163 "uniqueId: %{public}" PRIu64 ".", textureTarget_, textureId_, error, uniqueId_); in AttachContext() 166 … glEGLImageTargetTexture2DOES(textureTarget_, static_cast<GLeglImageOES>(iter->second.eglImage_)); in AttachContext() 170 "uniqueId: %{public}" PRIu64 ".", textureTarget_, error, uniqueId_); in AttachContext() 190 glBindTexture(textureTarget_, 0); in DetachContext() 194 "uniqueId: %{public}" PRIu64 ".", textureTarget_, textureId_, error, uniqueId_); in DetachContext() 337 glBindTexture(textureTarget_, textureId_); in UpdateEGLImageAndTexture() 342 "uniqueId: %{public}" PRIu64 ".", textureTarget_, textureId_, error, uniqueId_); in UpdateEGLImageAndTexture() 345 glEGLImageTargetTexture2DOES(textureTarget_, static_cast<GLeglImageOES>(image.eglImage_)); in UpdateEGLImageAndTexture() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/ |
H A D | surface_image.h | 97 uint32_t textureTarget_ = GL_TEXTURE_EXTERNAL_OES; variable
|