Home
last modified time | relevance | path

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

/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
Dmathjax_external_util.js342 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
709 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid() local
927 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid() local
1010 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid() local
1115 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid() local
1406 const TextureChannelClass texClass = getTextureChannelClass(faces[coords.face].getFormat().type); in isSeamlessLinearSampleResultValid() local
1477 const TextureChannelClass texClass = getTextureChannelClass(faces0[coords.face].getFormat().type); in isSeamplessLinearMipmapLinearSampleResultValid() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp813 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type); in iterate() local