Searched defs:textureStatus (Results 1 – 2 of 2) sorted by relevance
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/webgl/src/ |
| D | webgl_rendering_context_base.cpp | 309 … napi_status textureStatus = napi_unwrap(env, funcArg[NARG_POS::SECOND], (void **) &webGlTexture); in BindTexture() local 1047 napi_status textureStatus = napi_unwrap(env, funcArg[NARG_POS::FIRST], (void **) &webGlTexture); in DeleteTexture() local 1409 … napi_status textureStatus = napi_unwrap(env, funcArg[NARG_POS::FOURTH], (void **) &webGlTexture); in FramebufferTexture2D() local 2606 napi_status textureStatus = napi_unwrap(env, funcArg[NARG_POS::FIRST], (void **)&webGLTexture); in IsTexture() local
|
| D | webgl2_rendering_context_base.cpp | 2467 napi_status textureStatus = napi_unwrap(env, funcArg[NARG_POS::THIRD], (void **)&webGlTexture); in FramebufferTextureLayer() local
|