Home
last modified time | relevance | path

Searched refs:getClientVersion (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES31.cpp108 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 …]
DvalidationES.cpp100 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 …]
DvalidationES32.cpp154 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()
DImage.cpp367 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()
DContext.cpp475 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 …]
DvalidationES3.cpp375 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 …]
DvalidationES2.cpp165 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 …]
DvalidationES2.h87 if (context->getClientVersion() >= ES_3_1) in ValidateVertexAttribPointer()
DVertexArray.cpp195 if (context->getClientVersion() >= ES_3_1) in detachBuffer()
412 ASSERT(context->getClientVersion() >= ES_3_1); in setVertexAttribBinding()
DContext.h519 const Version &getClientVersion() const { return mState.getClientVersion(); } in getClientVersion() function
DRenderbuffer.cpp358 return getFormat().info->renderbufferSupport(context->getClientVersion(), in isRenderable()
DProgram.cpp1568 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()
DProgramPipeline.cpp499 context->getCaps(), context->getExtensions(), context->getClientVersion(), in link()
DvalidationESEXT.cpp99 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()
Dqueryutils.cpp3548 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()
DTexture.cpp355 !baseImageDesc.format.info->filterSupport(state.getClientVersion(), in computeSamplerCompleteness()
1956 .info->textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in isRenderable()
DState.h117 const Version &getClientVersion() const { return mClientVersion; } in getClientVersion() function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFormatPrintTest.cpp50 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/
Dmain.cpp82 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()
Dmain.h49 GLint getClientVersion();
DContext.h408 EGLint getClientVersion() const override;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DContext.hpp40 virtual EGLint getClientVersion() const = 0;
DlibEGL.cpp919 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/
DContext11.cpp837 if (mState.getClientVersion() >= gl::ES_3_1 && in getNativeCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp278 (internalFormatInfo.filterSupport(context->getClientVersion(), in setImageHelper()
280 internalFormatInfo.textureAttachmentSupport(context->getClientVersion(), in setImageHelper()

12