Home
last modified time | relevance | path

Searched defs:pixels (Results 101 - 125 of 381) sorted by relevance

12345678910>>...16

/third_party/ffmpeg/libavcodec/ppc/
H A Dhpeldsp_altivec.c36 void ff_put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in ff_put_pixels16_altivec() argument
69 void ff_avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in ff_avg_pixels16_altivec() argument
85 static void avg_pixels8_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_ argument
114 put_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) put_pixels8_xy2_altivec() argument
161 put_no_rnd_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) put_no_rnd_pixels8_xy2_altivec() argument
208 put_pixels16_xy2_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_t line_size, int h) put_pixels16_xy2_altivec() argument
263 put_no_rnd_pixels16_xy2_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_t line_size, int h) put_no_rnd_pixels16_xy2_altivec() argument
317 avg_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) avg_pixels8_xy2_altivec() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmsvideo1.c104 unsigned char *pixels = s->frame->data[0]; in msvideo1_decode_8bit() local
204 unsigned short *pixels = (unsigned short *)s->frame->data[0]; in msvideo1_decode_16bit() local
H A Dsunrastenc.c56 sunrast_image_write_image(AVCodecContext *avctx, const uint8_t *pixels, const uint32_t *palette_data, int linesize) sunrast_image_write_image() argument
/third_party/glfw/examples/
H A Dsharing.c113 char pixels[16 * 16]; in main() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDxgiFns.cpp122 DWORD *pixels = NULL; in _Present() local
/third_party/mesa3d/src/mesa/main/
H A Dpbo.c221 _mesa_validate_pbo_source_compressed(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei imageSize, const GLvoid *pixels, const char *where) _mesa_validate_pbo_source_compressed() argument
395 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack, const char *funcName) _mesa_validate_pbo_teximage() argument
437 _mesa_validate_pbo_compressed_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei imageSize, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *funcName) _mesa_validate_pbo_compressed_teximage() argument
[all...]
/third_party/libdrm/tests/tegra/
H A Dvic.c120 uint32_t *pixels = (uint32_t *)((unsigned long)ptr + j * image->pitch); in vic_image_dump() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_box.h248 u_box_pixels_to_blocks(struct pipe_box *blocks, const struct pipe_box *pixels, enum pipe_format format) u_box_pixels_to_blocks() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DRenderbufferImpl.h150 getRenderbufferImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, GLenum format, GLenum type, void *pixels) getRenderbufferImage() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPostDepthCoverageTests.cpp490 GLubyte pixels[4 * 4]; in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSixteenBppTextureTest.cpp145 R5G6B5 pixels[4] = {Convert565(GLColor::red), Convert565(GLColor::green), in TEST_P() local
169 GLushort pixels[4] = { in TEST_P() local
229 GLushort pixels[4] = { in TEST_P() local
/third_party/skia/samplecode/
H A DSampleVertices.cpp33 uint32_t* pixels = (uint32_t*) bm.getPixels(); in make_shader0() local
/third_party/skia/src/image/
H A DSkSurface_Raster.cpp61 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() argument
158 sk_sp<SkSurface> SkSurface::MakeRasterDirectReleaseProc(const SkImageInfo& info, void* pixels, in MakeRasterDirectReleaseProc() argument
174 MakeRasterDirect(const SkImageInfo& info, void* pixels, size_t rowBytes, const SkSurfaceProps* props) MakeRasterDirect() argument
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_marmalade.cpp181 unsigned char* pixels; in ImGui_Marmalade_CreateDeviceObjects() local
H A Dimgui_impl_opengl2.cpp242 unsigned char* pixels; in ImGui_ImplOpenGL2_CreateFontsTexture() local
H A Dimgui_impl_sdlrenderer.cpp198 unsigned char* pixels; in ImGui_ImplSDLRenderer_CreateFontsTexture() local
/third_party/skia/tests/
H A DGrAHardwareBufferTest.cpp63 intptr_t pixels = reinterpret_cast<intptr_t>(bmp.getPixels()); in make_src_bitmap() local
H A DNdkEncodeTest.cpp150 void* pixels = sk_malloc_throw(1024); in DEF_TEST() local
217 void* pixels in DEF_TEST() local
[all...]
H A DPremulAlphaRoundTripTest.cpp53 uint32_t* pixels = bmp.getAddr32(0, a); in fill_surface() local
H A DRectangleTextureTest.cpp126 uint32_t pixels[kWidth * kHeight]; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/skia/src/ports/
H A DSkImageGeneratorNDK.cpp139 bool ImageGeneratorNDK::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels() argument
H A DSkImageEncoder_WIC.cpp62 uint8_t* pixels = reinterpret_cast<uint8_t*>(bitmap.getPixels()); in SkEncodeImageWithWIC() local
74 void* pixels = bitmap.getPixels(); in SkEncodeImageWithWIC() local
/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp119 void* pixels = bitmap->getPixels(); in SkCreateCGImageRefWithColorspace() local
177 bool SkCopyPixelsFromCGImage(const SkImageInfo& info, size_t rowBytes, void* pixels, in SkCopyPixelsFromCGImage() argument
/third_party/skia/tests/graphite/
H A DCommandBufferTest.cpp190 uint32_t* pixels = (uint32_t*)(copyBuffer->map()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dfractal.cpp159 auto pixels = new Color<uint8_t>[imageWidth * imageHeight]; in main() local

Completed in 13 milliseconds

12345678910>>...16