Searched refs:textureAttachmentSupport (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | FormatPrintTest.cpp | 54 bool textureAttachmentSupport = typeFormatPair.second.textureAttachmentSupport( in TEST_P() local 61 if (!(textureSupport || textureAttachmentSupport || renderbufferSupport)) in TEST_P() 90 if (textureAttachmentSupport) in TEST_P()
|
/external/angle/src/libANGLE/ |
D | formatutils.cpp | 354 textureAttachmentSupport(NeverSupported), in InternalFormat() 760 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAFormat() argument 783 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddRGBAFormat() 800 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddLUMAFormat() argument 819 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddLUMAFormat() 837 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddDepthStencilFormat() argument 856 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddDepthStencilFormat() 873 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddCompressedFormat() argument 893 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddCompressedFormat() 914 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddYUVFormat() argument [all …]
|
D | formatutils.h | 242 SupportCheckFunction textureAttachmentSupport; // glFramebufferTexture2D member
|
D | Image.cpp | 353 return mState.format.info->textureAttachmentSupport(context->getClientVersion(), in isRenderable()
|
D | Caps.cpp | 74 caps.textureAttachment = internalFormatInfo.textureAttachmentSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
|
D | Texture.cpp | 1911 .info->textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in isRenderable()
|
D | validationES.cpp | 1835 format.textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in ValidateGenerateMipmapBase()
|
D | Context.cpp | 3867 formatInfo.textureAttachmentSupport(getClientVersion(), mState.mExtensions); in updateCaps()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 280 internalFormatInfo.textureAttachmentSupport(context->getClientVersion(), in setImageHelper()
|