Home
last modified time | relevance | path

Searched refs:GetInternalFormat (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_renderbuffer.h69 GLenum GetInternalFormat() const in GetInternalFormat() function
H A Dwebgl_texture.h82 GLenum GetInternalFormat(GLenum target, GLint level) const;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp253 info.format = renderBuffer->GetInternalFormat(); in GetWebGLAttachmentInfo()
268 … info.format = texture->GetInternalFormat(textureAttachment->target, textureAttachment->level); in GetWebGLAttachmentInfo()
H A Dwebgl_texture.cpp360 GLenum WebGLTexture::GetInternalFormat(GLenum target, GLint level) const in GetInternalFormat() function in OHOS::Rosen::WebGLTexture
H A Dwebgl2_rendering_context_impl.cpp830 GLenum internalFormat = texture->GetInternalFormat(arg.target, arg.level); in CheckTexSubImage3D()
1002 if (imgArg.format != texture->GetInternalFormat(imgArg.target, imgArg.level)) { in CompressedTexSubImage3D()
1021 if (imgArg.format != texture->GetInternalFormat(imgArg.target, imgArg.level)) { in CompressedTexSubImage3D()
H A Dwebgl_rendering_context_draw.cpp770 internalFormat = texture->GetInternalFormat(imgArg.target, imgArg.level); in CheckTexImage()
H A Dwebgl_rendering_context_base_impl.cpp622 … return NVal::CreateInt64(env, static_cast<int64_t>(renderBuffer->GetInternalFormat())).val_; in GetRenderBufferParameter()