Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp1546 case PARAMETERS_NUM_1: in UniformF()
1577 case PARAMETERS_NUM_1: in UniformI()
1607 case PARAMETERS_NUM_1: in UniformUi()
1684 case PARAMETERS_NUM_1: in UniformFv()
1733 case PARAMETERS_NUM_1: in UniformIv()
1782 case PARAMETERS_NUM_1: in UniformUiv()
2139 case PARAMETERS_NUM_1: in VertexAttribfv()
2167 case PARAMETERS_NUM_1: in VertexAttribf()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h98 static const int32_t PARAMETERS_NUM_1 = 1; variable