Home
last modified time | relevance | path

Searched refs:IMAGE_TEX_SUB_IMAGE_2D (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h44 IMAGE_TEX_SUB_IMAGE_2D, enumerator
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_overloads.cpp415 imgArg.func = Impl::IMAGE_TEX_SUB_IMAGE_2D; in TexSubImage2D()
H A Dwebgl_rendering_context_draw.cpp837 if (imgArg.func != IMAGE_TEX_SUB_IMAGE_2D && imgArg.width != imgArg.height) { in CheckTexFuncDimensions()