Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp778 GLenum attachmentReadFormat, in GetNativeReadFormat() argument
785 (attachmentReadFormat == GL_RED || attachmentReadFormat == GL_RG)) in GetNativeReadFormat()
787 result = attachmentReadFormat; in GetNativeReadFormat()
877 GLenum attachmentReadFormat, in GetReadPixelsFormat() argument
882 result.format = GetNativeReadFormat(functions, features, attachmentReadFormat, format, type); in GetReadPixelsFormat()
DFramebufferGL.cpp680 GLenum attachmentReadFormat = in readPixels() local
683 nativegl::GetReadPixelsFormat(functions, features, attachmentReadFormat, format, type); in readPixels()