Home
last modified time | relevance | path

Searched refs:MAX_LOCATION_LENGTH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h97 inline static const GLuint MAX_LOCATION_LENGTH = 512; variable
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp2621 if (name.size() > MAX_LOCATION_LENGTH) { in CheckLocationName()