Home
last modified time | relevance | path

Searched defs:pixel (Results 126 - 150 of 189) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp305 tcu::UVec4 pixel = outputAccess.getPixelUint(x, y, 0); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp471 tcu::IVec4 pixel = pixelBuffer.getPixelInt(i, i); in checkResult() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp424 deUint32 pixel = resultBuffer.getPixelUint(x, y)[index]; in verifyResult() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp26 const auto &pixel = pixels[i]; in ConvertPixelCoordinatesToClipSpace() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.cpp862 void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorActive) in blendFactor() argument
943 blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorAlphaActive) blendFactorAlpha() argument
998 readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel) readPixel() argument
1178 Vector4s pixel; alphaBlend() local
1297 Vector4s pixel; logicOperation() local
1918 blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorActive) blendFactor() argument
1989 blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive) blendFactorAlpha() argument
2045 Vector4f pixel; alphaBlend() local
[all...]
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.h226 void setTransparentPixel(int pixel) { m_transparentPixel = pixel; } in setTransparentPixel() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c424 AddSingleLiteral(uint32_t pixel, int use_color_cache, VP8LColorCache* const hashers, VP8LBackwardRefs* const refs) AddSingleLiteral() argument
[all...]
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp1027 SkPMColor* pixel = reinterpret_cast<SkPMColor*>( in make_src_bitmap() local
H A DProcessorTest.cpp365 make_input_texture(GrRecordingContext* context, int width, int height, GrColor* pixel) make_input_texture() argument
[all...]
H A DSurfaceTest.cpp772 uint32_t pixel = readback.addr32()[y * w + x]; in test_surface_context_clear() local
H A DWritePixelsTest.cpp311 SkPMColor pixel = 0; in call_writepixels() local
/third_party/skia/third_party/etc1/
H A Detc1.cpp550 int pixel = (p[1] << 8) | p[0]; in etc1_encode_image() local
606 etc1_uint32 pixel = ((r >> 3) << 11) | ((g >> 2) << 5) | (b >> 3); etc1_decode_image() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp793 const tcu::RGBA pixel = image.getPixel(x, y); in verifyImage() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp120 const tcu::RGBA pixel = image.getPixel(x, y); in verifyImageYellowGreen() local
H A Des31fVertexAttributeBindingTests.cpp92 const tcu::RGBA pixel = image.getPixel(x, y); in verifyImageYellowGreen() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp680 const auto pixel = pixels.getPixel(x, y); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp651 const auto pixel = colorPixels.getPixel(i, j); in iterate() local
/test/ostest/wukong/common/src/
H A Dwukong_util.cpp61 auto pixel = *(data + (i * stride) + (j * 4)); in g_isBwScreen() local
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c88 uint32_t pixel; member
[all...]
H A Dpngdec.c1404 uint8_t *pixel = &row[2 * s->width - 1]; in decode_frame_common() local
1412 uint8_t *pixel = &row[4 * s->width - 1]; in decode_frame_common() local
1424 uint8_t *pixel = &row[s->bpp * (x - 1)]; decode_frame_common() local
[all...]
/third_party/backends/backend/
H A Dmustek_pp_cis.c1496 cis_read_line (Mustek_PP_CIS_dev * dev, SANE_Byte* buf, SANE_Int pixel, in cis_read_line() argument
1622 cis_check_result(SANE_Byte* buffer, int pixel) in cis_check_result() argument
1330 cis_read_line_low_level(Mustek_PP_CIS_dev * dev, SANE_Byte * buf, SANE_Int pixel, SANE_Byte * calib_low, SANE_Byte * calib_hi, SANE_Int * gamma) cis_read_line_low_level() argument
1638 int i, j, pixel, channel, minExposeTime, first, last; cis_maximize_dynamic_range() local
[all...]
H A Dnec.c3501 size_t nread, ntest, pixel, max_pixel, line, max_line; in sane_read_shuffled() local
H A Dsharp.c4005 size_t nread, ntest, pixel, max_pixel, line, max_line; in sane_read_shuffled() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp422 tcu::Vec4 pixel = resultAccess.getPixel(1, 1); in drawTriangleTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp2315 Vec4 pixel = resultBufferAccess.getPixel(x, y, 0); in run() local

Completed in 50 milliseconds

12345678