Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h297 GLenum GetConfigColorBufferFormat(const egl::Config *config);
Dformatutils.cpp1435 GLenum GetConfigColorBufferFormat(const egl::Config *config) in GetConfigColorBufferFormat() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp650 config.renderTargetFormat = gl::GetConfigColorBufferFormat(&config); in generateConfigs()