Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
H A Dnativeimage.cpp202 GLuint textureId2; in OHNativeImageAttachContext() local
203 glGenTextures(PARAM_1, &textureId2); in OHNativeImageAttachContext()
204 backInfo = OH_NativeImage_AttachContext(image, textureId2); in OHNativeImageAttachContext()
213 GLuint textureId2; in OHNativeImageAttachContextAbnormal() local
214 glGenTextures(ONEVAL, &textureId2); in OHNativeImageAttachContextAbnormal()
215 int backInfo = OH_NativeImage_AttachContext(nullptr, textureId2); in OHNativeImageAttachContextAbnormal()
259 GLuint textureId2; in OHNativeImageDetachContext() local
260 glGenTextures(PARAM_1, &textureId2); in OHNativeImageDetachContext()
261 OH_NativeImage_AttachContext(image, textureId2); in OHNativeImageDetachContext()
312 GLuint textureId2; in OHNativeImageUpdateSurfaceImage() local
354 GLuint textureId2; OHNativeImageUpdateSurfaceImageBoundary() local
[all...]
/test/xts/acts/graphic/graphicnapitest/
H A DNativeImageTest.cpp100 static inline GLuint textureId2 = 0; member in OHOS::Rosen::NativeImageTest
118 glGenTextures(1, &textureId2); in SetUpTestCase()
606 int32_t ret = OH_NativeImage_AttachContext(image, textureId2); in HWTEST_F()
661 int32_t ret = OH_NativeImage_AttachContext(image, textureId2); in HWTEST_F()

Completed in 5 milliseconds