Home
last modified time | relevance | path

Searched defs:textureID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/
H A Dtest_glCompressApi.cpp75 GLuint textureID; in TestGlCompressedTexImage2D() local
108 GLuint textureID; in TestGlCompressedTexSubImage2D() local
142 GLuint textureID; in TestGlCompressedTexImage3D() local
174 GLuint textureID; in TestGlCompressedTexSubImage3D() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dimage_chain.cpp54 void ImageChain::CreatTexture(unsigned int& textureID) in CreatTexture()