Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp214 …DeviceGLES& device, uint32_t count, GLenum colorf, uint32_t sampleCount, SwapchainPlatformDataGL& … in GenerateTextures() argument
230 … device.TexStorage2DMultisample(tid, GL_TEXTURE_2D_MULTISAMPLE, sampleCount, colorf, size, false); in GenerateTextures()
232 device.TexStorage2D(tid, GL_TEXTURE_2D, 1, colorf, size); in GenerateTextures()