Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp826 … if (static_cast<GLuint>(imgArg.width) > (static_cast<GLuint>(maxTextureSize_) >> imgArg.level) || in CheckTexFuncDimensions()
827 … static_cast<GLuint>(imgArg.height) > (static_cast<GLuint>(maxTextureSize_) >> imgArg.level)) { in CheckTexFuncDimensions()
H A Dwebgl_rendering_context_base_impl.cpp39 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxTextureSize_); in Init()
40 boundTexture_[BoundTextureType::TEXTURE_2D].resize(maxTextureSize_); in Init()
73 maxTextureSize_, maxCubeMapTextureSize_, maxRenderBufferSize_, maxVertexAttribs_); in Init()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h357 GLint maxTextureSize_ = 0; variable