Searched refs:sourceTex (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
H A D | gles3ndk.cpp | 1063 GLuint sourceTex, destTex; in GLCopyImageSubData() local 1064 glGenTextures(CREAT_NUM_ONE, &sourceTex); in GLCopyImageSubData() 1066 glBindTexture(GL_TEXTURE_2D, sourceTex); in GLCopyImageSubData() 1076 glCopyImageSubData(sourceTex, GL_TEXTURE_2D, INT_INIT_VAL, srcX, srcY, INT_INIT_VAL, destTex, GL_TEXTURE_2D, in GLCopyImageSubData() 1080 glDeleteTextures(CREAT_NUM_ONE, &sourceTex); in GLCopyImageSubData()
|
Completed in 19 milliseconds