Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h344 GLenum GetConfigColorBufferFormat(const egl::Config *config);
H A Dformatutils.cpp1512 GLenum GetConfigColorBufferFormat(const egl::Config *config) in GetConfigColorBufferFormat() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp647 config.renderTargetFormat = gl::GetConfigColorBufferFormat(&config); in generateConfigs()