Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DCaps.cpp105 depthTextures(false), in Extensions()
160 …InsertExtensionString("GL_ANGLE_depth_texture", depthTextures, &extensionStr… in getStrings()
365 depthTextures = DetermineDepthTextureSupport(textureCaps); in setTextureExtensionSupport()
DCaps.h144 bool depthTextures; member
DvalidationES2.cpp465 if (!context->getExtensions().depthTextures) in ValidateES2TexImageParameters()
736 if (context->getExtensions().depthTextures) in ValidateES2CopyTexImageParameters()
885 if (!context->getExtensions().depthTextures) in ValidateES2TexStorageParameters()
Dformatutils.cpp444 … AlwaysSupported, RequireESVersionOrExtension<3, &Extensions::depthTextures>))); in BuildInternalFormatInfoMap()
445 … AlwaysSupported, RequireESVersionOrExtension<3, &Extensions::depthTextures>))); in BuildInternalFormatInfoMap()
446 … AlwaysSupported, RequireESVersionOrExtension<3, &Extensions::depthTextures>))); in BuildInternalFormatInfoMap()
447 … GL_UNSIGNED_NORMALIZED, RequireExtension<&Extensions::depthTextures>, … in BuildInternalFormatInfoMap()
448 … GL_UNSIGNED_NORMALIZED, RequireESVersionOrExtension<2, &Extensions::depthTextures>, … in BuildInternalFormatInfoMap()
DFramebuffer.cpp493 if (!mRenderer->getRendererExtensions().depthTextures) in completeness()
549 if (!mRenderer->getRendererExtensions().depthTextures) in completeness()