Home
last modified time | relevance | path

Searched refs:getChannel (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuBilinearImageCompare.cpp44 static inline deUint8 getChannel (deUint32 color) in getChannel() function
66 res |= getChannel<0>(raw) << RGBA::RED_SHIFT; in readRGBA8()
67 res |= getChannel<1>(raw) << RGBA::GREEN_SHIFT; in readRGBA8()
68 res |= getChannel<2>(raw) << RGBA::BLUE_SHIFT; in readRGBA8()
69 res |= getChannel<3>(raw) << RGBA::ALPHA_SHIFT; in readRGBA8()
106 …res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), ge… in bilinearSampleRGBA8()
107 …res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), ge… in bilinearSampleRGBA8()
108 …res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), ge… in bilinearSampleRGBA8()
109 …res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), ge… in bilinearSampleRGBA8()
DtcuFuzzyImageCompare.cpp43 static inline deUint8 getChannel (deUint32 color) in getChannel() function
48 static inline deUint8 getChannel (deUint32 color, int channel) in getChannel() function
60 …return Vec4((float)getChannel<0>(color), (float)getChannel<1>(color), (float)getChannel<2>(color),… in toFloatVec()
102 ptr[c] = getChannel(val, c); in writeUnorm8()
115 …const int r = de::max<int>(de::abs((int)getChannel<0>(pa) - (int)getChannel<0>(pb)) - MIN_ERR_THRE… in colorDistSquared()
116 …const int g = de::max<int>(de::abs((int)getChannel<1>(pa) - (int)getChannel<1>(pb)) - MIN_ERR_THRE… in colorDistSquared()
117 …const int b = de::max<int>(de::abs((int)getChannel<2>(pa) - (int)getChannel<2>(pb)) - MIN_ERR_THRE… in colorDistSquared()
118 …const int a = de::max<int>(de::abs((int)getChannel<3>(pa) - (int)getChannel<3>(pb)) - MIN_ERR_THRE… in colorDistSquared()
151 float f = (getChannel(p00, c)*(1.0f-a)*(1.0f-b)) + in bilinearSample()
152 (getChannel(p10, c)*( a)*(1.0f-b)) + in bilinearSample()
[all …]
/third_party/grpc/src/php/tests/unit_tests/
DCallInvokerTest.php86 public function getChannel() { function in CallInvokerUpdateChannel
117 public function getChannel() { function in CallInvokerChangeRequest
194 $this->assertEquals($call_invoker->getChannel()->getTarget(), 'localhost:50050');
195 $call_invoker->getChannel()->close();
225 $call_invoker->getChannel()->close();
/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java309 getChannel().newCall(getStoreMethod(), getCallOptions()), request, responseObserver); in store()
317 getChannel().newCall(getRetrieveMethod(), getCallOptions()), request, responseObserver); in retrieve()
325 getChannel().newCall(getGetMaxHitPointMethod(), getCallOptions()), responseObserver); in getMaxHitPoint()
333 getChannel().newCall(getGetMinMaxHitPointsMethod(), getCallOptions()), responseObserver); in getMinMaxHitPoints()
359 getChannel(), getStoreMethod(), getCallOptions(), request); in store()
367 getChannel(), getRetrieveMethod(), getCallOptions(), request); in retrieve()
394 getChannel().newCall(getStoreMethod(), getCallOptions()), request); in store()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp151 tcu::Interval getChannel (const tcu::FloatFormat& conversionFormat,
154 float getChannel (const tcu::IVec3& pos) const;
DvktYCbCrConversionTests.cpp806 rImage.getAccess().setPixel(Vec4(rChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
810 gImage.getAccess().setPixel(Vec4(gChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
814 bImage.getAccess().setPixel(Vec4(bChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
818 aImage.getAccess().setPixel(Vec4(aChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
838 …el(Vec4(rChannelAccess.getChannel(pos), gChannelAccess.getChannel(pos), bChannelAccess.getChannel(… in textureConversionTest()
DvktYCbCrUtil.cpp826 float ChannelAccess::getChannel (const tcu::IVec3& pos) const in getChannel() function in vkt::ycbcr::ChannelAccess
859 tcu::Interval ChannelAccess::getChannel (const tcu::FloatFormat& conversionFormat, in getChannel() function in vkt::ycbcr::ChannelAccess
1472 return access.getChannel(conversionFormat, in lookupWrapped()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DSetDictionaryTest.java66 new FileInputStream(System.getProperty("RFC_DICTIONARY")).getChannel(); in testSetDictionary()
/third_party/mindspore/mindspore/lite/java/java/app/src/main/java/com/mindspore/lite/
DModel.java61 FileChannel fileChannel = fis.getChannel(); in loadModel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1096 rImage.getAccess().setPixel(tcu::Vec4(rChannelAccess.getChannel(tcu::IVec3(x, y, 0))), x, y); in generateYCbCrImage()
1100 gImage.getAccess().setPixel(tcu::Vec4(gChannelAccess.getChannel(tcu::IVec3(x, y, 0))), x, y); in generateYCbCrImage()
1104 bImage.getAccess().setPixel(tcu::Vec4(bChannelAccess.getChannel(tcu::IVec3(x, y, 0))), x, y); in generateYCbCrImage()
1108 aImage.getAccess().setPixel(tcu::Vec4(aChannelAccess.getChannel(tcu::IVec3(x, y, 0))), x, y); in generateYCbCrImage()
1128 ycbcrSrcImage.getAccess().setPixel(tcu::Vec4(rChannelAccess.getChannel(pos), in generateYCbCrImage()
1129 gChannelAccess.getChannel(pos), in generateYCbCrImage()
1130 bChannelAccess.getChannel(pos), in generateYCbCrImage()
1131 aChannelAccess.getChannel(pos)), in generateYCbCrImage()
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestUtils.java65 return raf.getChannel(); in createFileChannelForWriting()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestUtils.java65 return raf.getChannel(); in createFileChannelForWriting()
/third_party/grpc/test/cpp/ios/CronetTests/
DCppCronetEnd2EndTests.mm115 - (std::shared_ptr<::grpc::Channel>)getChannel { method
140 auto channel = [self getChannel];
414 auto channel = [self getChannel];
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java80 FileChannel fileChannel = ((FileInputStream)is).getChannel(); in convertToByteBuffer()
/third_party/libjpeg-turbo/java/
DTJBench.java503 if (fis.getChannel().size() > (long)Integer.MAX_VALUE) in decompTest()
505 int srcSize = (int)fis.getChannel().size(); in decompTest()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java522 FileChannel channel = file.getChannel();
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUBinary.java527 FileChannel channel = file.getChannel();
/third_party/flatbuffers/tests/
DJavaTest.java305 …bb = f.getChannel().map(FileChannel.MapMode.READ_WRITE, 0, capacity).order(ByteOrder.LITTLE_ENDIA… in TestByteBufferFactory()
407 FileChannel fc = new FileOutputStream(filename).getChannel(); in TestBuilderBasics()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJBench.java492 int srcSize = (int)fis.getChannel().size(); in decompTest()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js4653 getChannel: function (...args) { method