Home
last modified time | relevance | path

Searched defs:pixel (Results 76 - 100 of 216) sorted by relevance

123456789

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c148 uint32_t pixel[4]; in convert_clear_color() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c277 struct bmp_rgb_quad pixel; in debug_dump_float_rgba_bmp() local
335 struct bmp_rgb_quad pixel; in debug_dump_ubyte_rgba_bmp() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.h54 pixel, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp314 const auto pixel = imagePixels.getPixel(x, y, z); in testEarlyDestroy() local
H A DvktPipelineMultisampleInterpolationTests.cpp182 const tcu::IVec4 pixel = dataRS.getPixelInt(x, y, z); in verifyImageData() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp87 const tcu::Vec4 pixel = image.getPixel(x, y); in verifyResult() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderIntegerMixTests.cpp525 tcu::IVec4 pixel; in probe_pixel() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessSamplersTests.cpp834 glw::GLubyte pixel[4] = { 0 }; in checkFramebufferContent() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilTest.cpp319 uint32_t pixel; in compareDepth() local
H A DLineLoopTest.cpp58 const GLubyte *pixel = &pixels[0] + ((y * getWindowWidth() + x) * 4); in checkPixels() local
H A DCopyTexture3DTest.cpp253 GLuint pixel[4] = {0}; in testCopy() local
263 GLint pixel[4] = {0}; in testCopy() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLStreamTest.cpp409 uint32_t pixel; variable
518 uint32_t pixel; in TEST_P() local
637 uint32_t pixel; in TEST_P() local
954 uint32_t pixel; TEST_P() local
[all...]
/third_party/skia/tests/
H A DMultiPictureDocumentTest.cpp218 SkPMColor* pixel = reinterpret_cast<SkPMColor*>( in make_src_bitmap() local
H A DClearTest.cpp59 uint32_t pixel = readback.addr32()[y * w + x]; in check_rect() local
H A DGrMipMappedTest.cpp351 SkPMColor* pixel = reinterpret_cast<SkPMColor*>(bmp.getPixels()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/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...]
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeImage.c170 deARGB pixel = deImage_getPixel(image, x, y); in deImage_copyToUint8RGBA() 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

Completed in 26 milliseconds

123456789