Searched refs:depthTextures (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Caps.cpp | 105 depthTextures(false), in Extensions() 160 …InsertExtensionString("GL_ANGLE_depth_texture", depthTextures, &extensionStr… in getStrings() 365 depthTextures = DetermineDepthTextureSupport(textureCaps); in setTextureExtensionSupport()
|
D | Caps.h | 144 bool depthTextures; member
|
D | validationES2.cpp | 465 if (!context->getExtensions().depthTextures) in ValidateES2TexImageParameters() 736 if (context->getExtensions().depthTextures) in ValidateES2CopyTexImageParameters() 885 if (!context->getExtensions().depthTextures) in ValidateES2TexStorageParameters()
|
D | formatutils.cpp | 444 … 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()
|
D | Framebuffer.cpp | 493 if (!mRenderer->getRendererExtensions().depthTextures) in completeness() 549 if (!mRenderer->getRendererExtensions().depthTextures) in completeness()
|