Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES3.cpp871 GLenum *outEffectiveFormat) in QueryEffectiveFormatList() argument
886 *outEffectiveFormat = formatInfo.effectiveFormat; in QueryEffectiveFormatList()
891 *outEffectiveFormat = GL_NONE; in QueryEffectiveFormatList()
896 GLenum *outEffectiveFormat) in GetSizedEffectiveInternalFormatInfo() argument
917 return QueryEffectiveFormatList(srcFormat, GL_NONE, list, ArraySize(list), outEffectiveFormat); in GetSizedEffectiveInternalFormatInfo()
922 GLenum *outEffectiveFormat) in GetUnsizedEffectiveInternalFormatInfo() argument
945 outEffectiveFormat); in GetUnsizedEffectiveInternalFormatInfo()
950 GLenum *outEffectiveFormat) in GetEffectiveInternalFormat() argument
954 return GetSizedEffectiveInternalFormatInfo(srcFormat, outEffectiveFormat); in GetEffectiveInternalFormat()
958 return GetUnsizedEffectiveInternalFormatInfo(srcFormat, destFormat, outEffectiveFormat); in GetEffectiveInternalFormat()