Home
last modified time | relevance | path

Searched defs:pixel (Results 151 - 175 of 215) sorted by relevance

123456789

/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
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1549 Color pixel = Color(data->data[idx]); variable
/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
H A DvktBindingDescriptorUpdateTests.cpp672 const auto pixel = resultPixels.getPixel(x, y, z); in iterate() local
1279 const auto pixel = resultPixels.getPixel(x, y, z); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTests.cpp1342 std::string triangleForPixel(const std::string& pixel, const std::string& len, const std::string& baseIndex) in triangleForPixel() argument
1393 const std::string pixel = (m_taskNeeded ? "td.id" : "gl_WorkGroupID.x" ); in initPrograms() local
1501 const std::string pixel in initPrograms() local
1607 const std::string pixel = (m_taskNeeded ? "td.pixelId[gl_LocalInvocationIndex]" : "gl_GlobalInvocationID.x"); initPrograms() local
1707 const std::string pixel = (m_taskNeeded ? "td.id" : drawIndex); initPrograms() local
[all...]
H A DvktMeshShaderBuiltinTestsEXT.cpp1486 std::string triangleForPixel(const std::string& pixel, const std::string& len, const std::string& primitiveIndex) in triangleForPixel() argument
1539 const std::string pixel = (m_taskNeeded ? "td.id" : "gl_WorkGroupID.x" ); in initPrograms() local
1651 const std::string pixel in initPrograms() local
1803 const std::string pixel = "((" + parentOffset + " * " + meshGroupsPerTask + ") + " + meshGroupIndex + ")"; initPrograms() local
1925 const std::string pixel = (m_taskNeeded ? "td.pixelId[gl_LocalInvocationIndex]" : "gl_GlobalInvocationID.x"); initPrograms() local
2029 const std::string pixel = (m_taskNeeded ? "td.id" : drawIndex); initPrograms() local
[all...]

Completed in 60 milliseconds

123456789