Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp478 GLenum queryInternalFormat = internalFormat; in GenerateTextureFormatCaps() local
486 queryInternalFormat = GL_RGBA8; in GenerateTextureFormatCaps()
491 functions->getInternalformativ(GL_RENDERBUFFER, queryInternalFormat, GL_NUM_SAMPLE_COUNTS, in GenerateTextureFormatCaps()
497 << gl::FmtHex(queryInternalFormat) << ". Skipping multisample checks."; in GenerateTextureFormatCaps()
504 functions->getInternalformativ(GL_RENDERBUFFER, queryInternalFormat, GL_SAMPLES, in GenerateTextureFormatCaps()
513 queryInternalFormat = GL_DEPTH24_STENCIL8; in GenerateTextureFormatCaps()
530 functions->getInternalformatSampleivNV(GL_RENDERBUFFER, queryInternalFormat, in GenerateTextureFormatCaps()