Home
last modified time | relevance | path

Searched refs:nativeImageTexId_ (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
H A Dnativeimage.cpp465 GLenum nativeImageTexId_; in OHNativeImageDestroy1() local
467 glGenTextures(1, &nativeImageTexId_); in OHNativeImageDestroy1()
468 glBindTexture(GL_TEXTURE_EXTERNAL_OES, nativeImageTexId_); in OHNativeImageDestroy1()
469 image = OH_NativeImage_Create(nativeImageTexId_, GL_TEXTURE_EXTERNAL_OES); in OHNativeImageDestroy1()
796 GLenum nativeImageTexId_; in OHNativeImageUpdateSurfaceImageNormal() local
798 glBindTexture(GL_TEXTURE_EXTERNAL_OES, nativeImageTexId_); in OHNativeImageUpdateSurfaceImageNormal()
799 nativeImage = OH_NativeImage_Create(nativeImageTexId_, GL_TEXTURE_EXTERNAL_OES); in OHNativeImageUpdateSurfaceImageNormal()
817 GLenum nativeImageTexId_; in OHNativeImageGetTimestampNormal() local
819 glBindTexture(GL_TEXTURE_EXTERNAL_OES, nativeImageTexId_); in OHNativeImageGetTimestampNormal()
820 nativeImage = OH_NativeImage_Create(nativeImageTexId_, GL_TEXTURE_EXTERNAL_OE in OHNativeImageGetTimestampNormal()
873 GLenum nativeImageTexId_; OHNativeImageGetTransformMatrixNormal() local
907 GLenum nativeImageTexId_; OHNativeImageGetTransformMatrixV2Normal() local
[all...]

Completed in 3 milliseconds