Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1766 result = writeBuffer.ToNormalArray(BUFFER_DATA_UINT_32, BUFFER_DATA_UINT_32); in GetUniformIndices()
1808 return writeBuffer.ToNormalArray(BUFFER_DATA_INT_32, BUFFER_DATA_BIGUINT_64); in GetActiveUniforms()
1813 return writeBuffer.ToNormalArray(BUFFER_DATA_INT_32, BUFFER_DATA_INT_32); in GetActiveUniforms()
1815 return writeBuffer.ToNormalArray(BUFFER_DATA_INT_32, BUFFER_DATA_BOOLEAN); in GetActiveUniforms()
1857 return writeBuffer.ToNormalArray(BUFFER_DATA_INT_32, BUFFER_DATA_UINT_32); in GetActiveUniformBlockParameter()
H A Dwebgl_rendering_context_base_impl.cpp1061 return writeBuffer.ToNormalArray(BUFFER_DATA_FLOAT_32, BUFFER_DATA_FLOAT_32); in GetVertexAttrib()
1064 return writeBuffer.ToNormalArray(BUFFER_DATA_INT_32, BUFFER_DATA_INT_32); in GetVertexAttrib()
1067 return writeBuffer.ToNormalArray(BUFFER_DATA_UINT_32, BUFFER_DATA_UINT_32); in GetVertexAttrib()
1175 return writeBuffer.ToNormalArray(BUFFER_DATA_BOOLEAN, dstDataType); in GetBoolVectorParameter()
2273 return writeBuffer.ToNormalArray(typeMap->srcType, typeMap->dstType); in GetUniform()
H A Dwebgl_arg.cpp395 napi_value WebGLWriteBufferArg::ToNormalArray(BufferDataType srcDataType, BufferDataType dstDataTyp… in ToNormalArray() function in OHOS::Rosen::WebGLWriteBufferArg
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h571 napi_value ToNormalArray(BufferDataType srcDataType, BufferDataType dstDataType);