| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | hpeldsp_altivec.c | 36 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 D | msvideo1.c | 104 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 D | sunrastenc.c | 56 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 D | sharing.c | 113 char pixels[16 * 16]; in main() local
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | DxgiFns.cpp | 122 DWORD *pixels = NULL; in _Present() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | pbo.c | 221 _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 D | vic.c | 120 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 D | u_box.h | 248 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 D | RenderbufferImpl.h | 150 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 D | gl4cPostDepthCoverageTests.cpp | 490 GLubyte pixels[4 * 4]; in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | SixteenBppTextureTest.cpp | 145 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 D | SampleVertices.cpp | 33 uint32_t* pixels = (uint32_t*) bm.getPixels(); in make_shader0() local
|
| /third_party/skia/src/image/ |
| H A D | SkSurface_Raster.cpp | 61 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 D | imgui_impl_marmalade.cpp | 181 unsigned char* pixels; in ImGui_Marmalade_CreateDeviceObjects() local
|
| H A D | imgui_impl_opengl2.cpp | 242 unsigned char* pixels; in ImGui_ImplOpenGL2_CreateFontsTexture() local
|
| H A D | imgui_impl_sdlrenderer.cpp | 198 unsigned char* pixels; in ImGui_ImplSDLRenderer_CreateFontsTexture() local
|
| /third_party/skia/tests/ |
| H A D | GrAHardwareBufferTest.cpp | 63 intptr_t pixels = reinterpret_cast<intptr_t>(bmp.getPixels()); in make_src_bitmap() local
|
| H A D | NdkEncodeTest.cpp | 150 void* pixels = sk_malloc_throw(1024); in DEF_TEST() local 217 void* pixels in DEF_TEST() local [all...] |
| H A D | PremulAlphaRoundTripTest.cpp | 53 uint32_t* pixels = bmp.getAddr32(0, a); in fill_surface() local
|
| H A D | RectangleTextureTest.cpp | 126 uint32_t pixels[kWidth * kHeight]; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
|
| /third_party/skia/src/ports/ |
| H A D | SkImageGeneratorNDK.cpp | 139 bool ImageGeneratorNDK::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels() argument
|
| H A D | SkImageEncoder_WIC.cpp | 62 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 D | SkCreateCGImageRef.cpp | 119 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 D | CommandBufferTest.cpp | 190 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 D | fractal.cpp | 159 auto pixels = new Color<uint8_t>[imageWidth * imageHeight]; in main() local
|