Home
last modified time | relevance | path

Searched refs:BUFFER_ARRAY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h50 BUFFER_ARRAY, enumerator
521 BufferType bufferType_ { BUFFER_ARRAY };
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1262 if (bufferData.GetBufferType() != BUFFER_ARRAY) { in DrawBuffers()
1368 if (status != 0 || bufferData.GetBufferType() == BUFFER_ARRAY) { in GetBufferSubData()
1648 if (bufferData.GetBufferType() != BUFFER_ARRAY) { in InvalidateFrameBuffer()
1672 if (bufferData.GetBufferType() != BUFFER_ARRAY) { in InvalidateSubFrameBuffer()
H A Dwebgl_arg.cpp309 bufferType_ = BUFFER_ARRAY; in GenBufferData()
H A Dwebgl_rendering_context_draw.cpp409 if (!succ || bufferData.GetBufferType() == BUFFER_ARRAY) { in BufferData()