Home
last modified time | relevance | path

Searched defs:pixel (Results 101 - 125 of 228) sorted by relevance

12345678910

/third_party/skia/tools/gpu/
H A DYUVUtils.cpp46 uint32_t pixel; in look_up() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fMultiviewTests.cpp303 tcu::RGBA pixel = pixels.getPixel(x, y); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp310 const auto pixel = imagePixels.getPixel(x, y, z); in testEarlyDestroy() local
H A DvktPipelineMultisampleInterpolationTests.cpp180 const tcu::IVec4 pixel = dataRS.getPixelInt(x, y, z); in verifyImageData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp87 const tcu::Vec4 pixel = image.getPixel(x, y); in verifyResult() local
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.cpp104 bool pixelNearLineSegment (const tcu::IVec2& pixel, const tcu::Vec2& p0, const tcu::Vec2& p1) in pixelNearLineSegment() argument
141 bool pixelOnlyOnASharedEdge (const tcu::IVec2& pixel, const TriangleSceneSpec::SceneTriangle& triangle, const tcu::IVec2& viewportSize) in pixelOnlyOnASharedEdge() argument
[all...]
H A DtcuFuzzyImageCompare.cpp213 static deUint32 distSquaredToNeighbor (de::Random& rnd, deUint32 pixel, const ConstPixelBufferAccess& surface, int x, int y) in distSquaredToNeighbor() argument
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeImage.c170 deARGB pixel = deImage_getPixel(image, x, y); in deImage_copyToUint8RGBA() local
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp119 uint32_t *pixel = static_cast<uint32_t *>(mappedAddr_); // 使用mmap获取到的地址来访问内存 in DisPlay() local
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp439 uint32_t *pixel = static_cast<uint32_t *>(image); in DrawFrameBufferData() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp116 uint32_t *pixel = static_cast<uint32_t *>(mappedAddr_); // 使用mmap获取到的地址来访问内存 in DisPlay() local
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp153 uint32_t *pixel = static_cast<uint32_t *>(mappedAddr_); // 使用mmap获取到的地址来访问内存 in DisPlay() local
/third_party/ffmpeg/libavcodec/
H A Dscpr.c208 static int decode_unit(SCPRContext *s, PixelModel *pixel, uint32_t step, uint32_t *rval) in decode_unit() argument
[all...]
H A Dsmcenc.c362 int pixel = pixel_ptr[x + y * stride]; in smc_encode_stream() local
429 int pixel = pixel_ptr[x + y * stride]; in smc_encode_stream() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcLayoutLocationTests.cpp517 tcu::RGBA pixel = resultFrame.getPixel(0, 0); in iterate() local
H A DglcSampleVariablesTests.cpp497 tcu::Vec4 pixel; in iterate() local
779 tcu::Vec4 pixel = pixels.getPixel(sample, 0); iterate() local
823 tcu::Vec4 pixel = pixels.getPixel(x, y); iterate() local
[all...]
H A DglcShaderMultisampleInterpolationTests.cpp520 tcu::Vec4 pixel; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp495 tcu::Vec4 pixel; in iterate() local
780 tcu::Vec4 pixel = pixels.getPixel(sample, 0); iterate() local
824 tcu::Vec4 pixel = pixels.getPixel(x, y); iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextSharingTest.cpp282 GLubyte pixel[4]; in TEST_P() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c703 pixel(png_uint_16p p, struct arg *args, int nargs, double x, double y) in pixel() function
[all...]
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftbsdf.c733 FT_Byte pixel, byte; bsdf_init_distance_map() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp283 tcu::UVec4 pixel = outputAccess.getPixelUint(x, y, 0); in iterate() local
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A DNativeImageAdaptor.cpp383 uint32_t *pixel = static_cast<uint32_t *>(mappedAddr); in ProduceBuffer() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_extend_test_ng.cpp325 RefPtr<PixelMap> pixel = gestureHub->GetPixelMap(); in HWTEST_F() local
351 RefPtr<PixelMap> pixel = gestureHub->GetPixelMap(); in HWTEST_F() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h38 int16_t pixel; member

Completed in 24 milliseconds

12345678910