| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationES31.cpp | 108 context->getClientVersion() >= ES_3_2; in ValidateProgramResourceProperty() 114 context->getClientVersion() >= ES_3_2; in ValidateProgramResourceProperty() 354 if (context->getClientVersion() < ES_3_1) in ValidateVertexAttribFormatCommon() 386 if (context->getClientVersion() < ES_3_1 && !context->getExtensions().drawBuffersIndexedAny()) in ValidateGetBooleani_v() 409 if (context->getClientVersion() < ES_3_1 && !context->getExtensions().drawBuffersIndexedAny()) in ValidateGetBooleani_vRobustANGLE() 442 if (context->getClientVersion() < ES_3_1) in ValidateDrawIndirectBase() 501 if (context->getExtensions().geometryShaderAny() || context->getClientVersion() >= ES_3_2) in ValidateDrawArraysIndirect() 983 if (context->getClientVersion() < ES_3_1) in ValidateGetTexLevelParameterfv() 1012 if (context->getClientVersion() < ES_3_1) in ValidateGetTexLevelParameteriv() 1043 if (context->getClientVersion() < ES_3_1) in ValidateTexStorage2DMultisample() [all …]
|
| D | validationES.cpp | 100 return context->getClientVersion() >= ES_2_0; in ValidReadPixelsTypeEnum() 114 return context->getClientVersion() >= ES_3_0; in ValidReadPixelsTypeEnum() 117 return context->getClientVersion() >= ES_3_0 || in ValidReadPixelsTypeEnum() 122 return context->getClientVersion() >= ES_3_0 || in ValidReadPixelsTypeEnum() 141 return context->getClientVersion() >= ES_2_0; in ValidReadPixelsFormatEnum() 150 return context->getClientVersion() >= ES_3_0; in ValidReadPixelsFormatEnum() 260 context->getClientVersion() < ES_3_2) in ValidateTextureWrapModeValue() 653 return (context->getClientVersion() >= Version(3, 1) || in ValidTextureTarget() 659 return (context->getClientVersion() >= Version(3, 2) || in ValidTextureTarget() 666 return (context->getClientVersion() >= Version(3, 2) || in ValidTextureTarget() [all …]
|
| D | validationES32.cpp | 154 if (context->getClientVersion() < ES_3_2) in ValidateCopyImageSubData() 348 Version clientVersion = context->getClientVersion(); in ValidateGetPointerv() 570 if (context->getClientVersion() < ES_3_2) in ValidateTexBuffer() 587 if (context->getClientVersion() < ES_3_2) in ValidateTexBufferRange()
|
| D | Image.cpp | 367 return mState.format.info->textureAttachmentSupport(context->getClientVersion(), in isRenderable() 372 return mState.format.info->renderbufferSupport(context->getClientVersion(), in isRenderable() 389 return mState.format.info->textureSupport(context->getClientVersion(), in isTexturable()
|
| D | Context.cpp | 475 if (getClientVersion() >= Version(3, 0) || mSupportedExtensions.texture3DOES) in initializeDefaultResources() 480 if (getClientVersion() >= Version(3, 0)) in initializeDefaultResources() 486 if (getClientVersion() >= Version(3, 1) || mSupportedExtensions.textureMultisampleANGLE) in initializeDefaultResources() 492 if (getClientVersion() >= Version(3, 1)) in initializeDefaultResources() 509 if (getClientVersion() >= Version(3, 2) || mSupportedExtensions.textureCubeMapArrayAny()) in initializeDefaultResources() 516 if (getClientVersion() >= Version(3, 2) || mSupportedExtensions.textureBufferAny()) in initializeDefaultResources() 556 if (getClientVersion() >= Version(3, 0)) in initializeDefaultResources() 578 if (getClientVersion() < Version(2, 0)) in initializeDefaultResources() 1681 *params = getClientVersion().major; in getIntegervImpl() 1684 *params = getClientVersion().minor; in getIntegervImpl() [all …]
|
| D | validationES3.cpp | 375 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateTexImageFormatCombination() 659 if (!actualFormatInfo.textureSupport(context->getClientVersion(), in ValidateES3TexImageParametersBase() 1475 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateES3TexStorageParametersBase() 2097 if (context->getClientVersion() < ES_3_1) in ValidateBindBufferCommon() 2117 if (context->getClientVersion() < ES_3_1) in ValidateBindBufferCommon() 2248 if (context->getClientVersion() < ES_3_1) in ValidateProgramParameteriBase() 3162 if (context->getClientVersion() < ES_3_1) in ValidateIndexedStateQuery() 3178 if (context->getClientVersion() < ES_3_1) in ValidateIndexedStateQuery() 3195 if (context->getClientVersion() < ES_3_1) in ValidateIndexedStateQuery() 3208 if (context->getClientVersion() < ES_3_1) in ValidateIndexedStateQuery() [all …]
|
| D | validationES2.cpp | 165 if (!internalFormatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in IsValidCopyTextureDestinationFormatType() 226 if (level > 0 && context->getClientVersion() < ES_3_0) in IsValidCopyTextureSourceLevel() 603 return context->getClientVersion() >= Version(3, 1); in ValidCap() 631 if (context->getClientVersion().major != 1) in ValidCap() 666 return context->getClientVersion() < Version(2, 0); in ValidCap() 668 return context->getClientVersion() < Version(2, 0) && in ValidCap() 671 return context->getClientVersion() < Version(2, 0) && in ValidCap() 674 return context->getClientVersion() < Version(2, 0) && in ValidCap() 966 if (!internalFormatInfo.textureSupport(context->getClientVersion(), in ValidateES2TexImageParametersBase() 1651 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateES2TexStorageParametersBase() [all …]
|
| D | validationES2.h | 87 if (context->getClientVersion() >= ES_3_1) in ValidateVertexAttribPointer()
|
| D | VertexArray.cpp | 195 if (context->getClientVersion() >= ES_3_1) in detachBuffer() 412 ASSERT(context->getClientVersion() >= ES_3_1); in setVertexAttribBinding()
|
| D | Context.h | 519 const Version &getClientVersion() const { return mState.getClientVersion(); } in getClientVersion() function
|
| D | Renderbuffer.cpp | 358 return getFormat().info->renderbufferSupport(context->getClientVersion(), in isRenderable()
|
| D | Program.cpp | 1568 if (!linkUniforms(context->getCaps(), context->getClientVersion(), infoLog, in linkImpl() 1576 if (!linkInterfaceBlocks(context->getCaps(), context->getClientVersion(), in linkImpl() 1614 if (!linkUniforms(context->getCaps(), context->getClientVersion(), infoLog, in linkImpl() 1622 if (!linkInterfaceBlocks(context->getCaps(), context->getClientVersion(), in linkImpl() 1644 context->getCaps(), context->getExtensions(), context->getClientVersion(), in linkImpl() 4251 stream.writeInt(context->getClientVersion().major); in serialize() 4252 stream.writeInt(context->getClientVersion().minor); in serialize()
|
| D | ProgramPipeline.cpp | 499 context->getCaps(), context->getExtensions(), context->getClientVersion(), in link()
|
| D | validationESEXT.cpp | 99 bool isGLES11 = context->getClientVersion() == Version(1, 1); in ValidateObjectIdentifierAndName() 101 bool isGLES31 = context->getClientVersion() >= Version(3, 1); in ValidateObjectIdentifierAndName() 492 if (context->getExtensions().geometryShaderAny() || context->getClientVersion() >= ES_3_2) in ValidateMultiDrawElementsIndirectEXT()
|
| D | queryutils.cpp | 3548 if ((glState.getClientVersion() < Version(3, 0)) && !extensions.drawBuffersEXT) in GetQueryParameterInfo() 3564 if (glState.getClientVersion() < Version(2, 0)) in GetQueryParameterInfo() 3651 if (glState.getClientVersion() < Version(3, 0)) in GetQueryParameterInfo() 3780 if (glState.getClientVersion() < Version(3, 1)) in GetQueryParameterInfo()
|
| D | Texture.cpp | 355 !baseImageDesc.format.info->filterSupport(state.getClientVersion(), in computeSamplerCompleteness() 1956 .info->textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in isRenderable()
|
| D | State.h | 117 const Version &getClientVersion() const { return mClientVersion; } in getClientVersion() function
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | FormatPrintTest.cpp | 50 bool textureSupport = typeFormatPair.second.textureSupport(context->getClientVersion(), in TEST_P() 52 bool filterSupport = typeFormatPair.second.filterSupport(context->getClientVersion(), in TEST_P() 55 context->getClientVersion(), context->getExtensions()); in TEST_P() 57 context->getClientVersion(), context->getExtensions()); in TEST_P()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | main.cpp | 82 if(context && (context->getClientVersion() == 2 || in getContextLocked() 83 context->getClientVersion() == 3)) in getContextLocked() 141 GLint getClientVersion() in getClientVersion() function 145 return context ? context->getClientVersion() : 0; in getClientVersion()
|
| D | main.h | 49 GLint getClientVersion();
|
| D | Context.h | 408 EGLint getClientVersion() const override;
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| D | Context.hpp | 40 virtual EGLint getClientVersion() const = 0;
|
| D | libEGL.cpp | 919 if(shareContext && ((shareContext->getClientVersion() >= 2) ^ (majorVersion >= 2))) in CreateContext() 1083 *value = context->getClientVersion(); in QueryContext()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.cpp | 837 if (mState.getClientVersion() >= gl::ES_3_1 && in getNativeCaps()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | TextureGL.cpp | 278 (internalFormatInfo.filterSupport(context->getClientVersion(), in setImageHelper() 280 internalFormatInfo.textureAttachmentSupport(context->getClientVersion(), in setImageHelper()
|