Searched refs:UnsizedFormat (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | formatutils.cpp | 275 static InternalFormat UnsizedFormat(GLenum format, InternalFormat::SupportCheckFunction textureSupp… in UnsizedFormat() function 466 …map.insert(InternalFormatInfoPair(GL_ALPHA, UnsizedFormat(GL_ALPHA, RequireESV… in BuildInternalFormatInfoMap() 467 …map.insert(InternalFormatInfoPair(GL_LUMINANCE, UnsizedFormat(GL_LUMINANCE, RequireESV… in BuildInternalFormatInfoMap() 468 …map.insert(InternalFormatInfoPair(GL_LUMINANCE_ALPHA, UnsizedFormat(GL_LUMINANCE_ALPHA, RequireESV… in BuildInternalFormatInfoMap() 469 …map.insert(InternalFormatInfoPair(GL_RED, UnsizedFormat(GL_RED, RequireESV… in BuildInternalFormatInfoMap() 470 …map.insert(InternalFormatInfoPair(GL_RG, UnsizedFormat(GL_RG, RequireESV… in BuildInternalFormatInfoMap() 471 …map.insert(InternalFormatInfoPair(GL_RGB, UnsizedFormat(GL_RGB, RequireESV… in BuildInternalFormatInfoMap() 472 …map.insert(InternalFormatInfoPair(GL_RGBA, UnsizedFormat(GL_RGBA, RequireESV… in BuildInternalFormatInfoMap() 473 …map.insert(InternalFormatInfoPair(GL_RED_INTEGER, UnsizedFormat(GL_RED_INTEGER, RequireESV… in BuildInternalFormatInfoMap() 474 …map.insert(InternalFormatInfoPair(GL_RG_INTEGER, UnsizedFormat(GL_RG_INTEGER, RequireESV… in BuildInternalFormatInfoMap() [all …]
|