Home
last modified time | relevance | path

Searched refs:texClass (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
Dmathjax_external_util.js129 if (this.texClass != null) {
130 attr += ' texClass="' + this.texClass + '"';
342 oiint: ['222F', {texClass: MML.TEXCLASS.OP}], property
343 oiiint: ['2230', {texClass: MML.TEXCLASS.OP}] property
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp650 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid() local
651 …float searchStep = texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ? computeBilinearSea… in isLinearSampleResultValid()
652texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT ? computeBilinearSearchStepForSnorm(prec) : in isLinearSampleResultValid()
676 if (texClass == TEXTURECHANNELCLASS_FLOATING_POINT) in isLinearSampleResultValid()
709 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid() local
710 …float searchStep = texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ? computeBilinearSea… in isLinearSampleResultValid()
711texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT ? computeBilinearSearchStepForSnorm(prec) : in isLinearSampleResultValid()
742 if (texClass == TEXTURECHANNELCLASS_FLOATING_POINT) in isLinearSampleResultValid()
927 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid() local
928 …const float cSearchStep = texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ? computeBilin… in isLinearMipmapLinearSampleResultValid()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp813 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type); in iterate() local
820 switch (texClass) in iterate()