Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgles_extensions_autogen.h653 bool webglCompatibilityANGLE = false; member
DvalidationES3.cpp814 if (context->getExtensions().webglCompatibilityANGLE) in ValidateES3TexImageParametersBase()
2321 if (context->getExtensions().webglCompatibilityANGLE) in ValidateClearBufferiv()
2364 if (context->getExtensions().webglCompatibilityANGLE) in ValidateClearBufferuiv()
2398 if (context->getExtensions().webglCompatibilityANGLE) in ValidateClearBufferfv()
2953 context->getExtensions().webglCompatibilityANGLE) && in ValidateBeginTransformFeedback()
3603 if (context->getExtensions().webglCompatibilityANGLE) in ValidateVertexAttribIPointer()
4448 if (context->getExtensions().webglCompatibilityANGLE) in ValidateGetActiveUniformsiv()
Dgles_extensions_autogen.cpp237 map["GL_ANGLE_webgl_compatibility"] = esOnlyExtension(&Extensions::webglCompatibilityANGLE); in GetExtensionInfoMap()
DvalidationES.cpp3907 if (!extensions.webglCompatibilityANGLE && vertexArray->hasInvalidMappedArrayBuffer()) in ValidateDrawStates()
3918 extensions.webglCompatibilityANGLE) in ValidateDrawStates()
3941 if (!extensions.webglCompatibilityANGLE) in ValidateDrawStates()
3963 extensions.webglCompatibilityANGLE) in ValidateDrawStates()
3967 if (extensions.webglCompatibilityANGLE) in ValidateDrawStates()
4011 if (extensions.webglCompatibilityANGLE || !state.areClientArraysEnabled()) in ValidateDrawStates()
4103 if (extensions.webglCompatibilityANGLE) in ValidateDrawStates()
Dformatutils.cpp186 (extensions.webglCompatibilityANGLE && extensions.colorBufferHalfFloatEXT); in SizedHalfFloatRGTextureAttachmentSupport()
255 return extensions.colorBufferHalfFloatEXT && !extensions.webglCompatibilityANGLE; in SizedHalfFloatRGBTextureAttachmentSupport()
267 return !extensions.webglCompatibilityANGLE && in SizedHalfFloatRGBRenderbufferSupport()
280 (extensions.webglCompatibilityANGLE && extensions.colorBufferHalfFloatEXT); in SizedHalfFloatRGBATextureAttachmentSupport()
DFramebuffer.cpp1502 if ((state.getClientMajorVersion() < 3 || state.getExtensions().webglCompatibilityANGLE) && in checkStatusWithGLFrontEnd()
1522 if (state.getExtensions().webglCompatibilityANGLE) in checkStatusWithGLFrontEnd()
DState.h124 bool isWebGL() const { return mExtensions.webglCompatibilityANGLE; } in isWebGL()
DState.cpp560 context->getExtensions().webglCompatibilityANGLE; in initialize()
DvalidationES2.cpp2576 if (extensions.webglCompatibilityANGLE && (mask & GL_COLOR_BUFFER_BIT) != 0) in ValidateClear()
DContext.cpp3825 mState.mExtensions.webglCompatibilityANGLE = mWebGLContext; in initCaps()