Home
last modified time | relevance | path

Searched defs:rgba (Results 76 - 100 of 111) sorted by relevance

12345

/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h184 uint8_t* rgba; // pointer to RGBA samples member
/third_party/skia/tests/
H A DReadPixelsTest.cpp384 static const uint32_t rgba[kNumPixels] = { variable
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h219 SI U64 swap_endian_16x4(const U64& rgba) { in swap_endian_16x4() argument
678 U32 rgba = gather_32(grid_8, ix); in sample_clut_8() local
876 U32 rgba = load<U32>(src + 4*i); in exec_ops() local
887 U32 rgba = gather_32(palette, ix); exec_ops() local
896 U32 rgba = load<U32>(src + 4*i); exec_ops() local
928 const uint16_t* rgba = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local
979 const uint16_t* rgba = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local
1029 const uint16_t* rgba = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local
1080 const float* rgba = (const float*)ptr; // cast to const float* to be safe. exec_ops() local
1350 uint16_t* rgba = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local
1408 uint16_t* rgba = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local
1466 uint16_t* rgba = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local
1530 float* rgba = (float*)ptr; // for this cast to float* to be safe. exec_ops() local
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgProgramExecutor.cpp203 inline tcu::RGBA toColor (tcu::Vec4 rgba) in toColor() argument
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage.cpp616 uint32_t rgba = source[x]; in LoadRGBA8ToBGRA8() local
639 uint32_t rgba = source[x]; in LoadRGBA8ToBGRA8() local
659 uint32_t rgba = source[x]; in LoadRGBA8ToBGRA8() local
774 uint16_t rgba in LoadRGBA4ToBGRA8() local
808 uint16_t rgba = source[x]; LoadRGBA4ToRGBA8() local
1030 uint16_t rgba = source[x]; LoadRGB5A1ToBGR5A1() local
1061 uint16_t rgba = source[x]; LoadRGB5A1ToBGRA8() local
1094 uint16_t rgba = source[x]; LoadRGB5A1ToRGBA8() local
1160 uint32_t rgba = source[x]; LoadRGB10A2ToRGBA8() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h175 } rgba; member
194 } rgba; member
/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c574 const char rgba[4] = { 'R', 'G', 'B', 'A' }; in pixscope_filter_frame() local
1098 const char rgba[4] = { 'R', 'G', 'B', 'A' }; in oscilloscope_filter_frame() local
/third_party/glfw/examples/
H A Dparticles.c74 GLuint rgba; // Color (four ubytes packed into an uint) member
401 GLuint rgba; in draw_particles() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dpack.c1335 _mesa_pack_luminance_from_rgba_float(GLuint n, GLfloat rgba[][4], in _mesa_pack_luminance_from_rgba_float() argument
1441 _mesa_pack_luminance_from_rgba_integer(GLuint n, GLuint rgba[][4], bool rgba_is_signed, GLvoid *dstAddr, GLenum dst_format, GLenum dst_type) _mesa_pack_luminance_from_rgba_integer() argument
1559 GLfloat *rgba, *dstPtr; _mesa_unpack_color_index_to_rgba_float() local
1612 GLfloat *rgba; _mesa_unpack_color_index_to_rgba_ubyte() local
[all...]
H A Dtexgetimage.c450 void *rgba = NULL; in get_tex_rgba_uncompressed() local
[all...]
H A Dtexcompress_s3tc_tmp.h58 GLchan *rgba = (GLchan *) texel; in dxt135_decode_imageblock() local
141 GLchan *rgba = (GLchan *) texel; fetch_2d_texel_rgba_dxt3() local
155 GLchan *rgba = (GLchan *) texel; fetch_2d_texel_rgba_dxt5() local
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1257 fxt1_decode_1HI (const uint8_t *code, int32_t t, uint8_t *rgba) in fxt1_decode_1HI() argument
1292 fxt1_decode_1CHROMA(const uint8_t *code, int32_t t, uint8_t *rgba) fxt1_decode_1CHROMA() argument
1315 fxt1_decode_1MIXED(const uint8_t *code, int32_t t, uint8_t *rgba) fxt1_decode_1MIXED() argument
1401 fxt1_decode_1ALPHA(const uint8_t *code, int32_t t, uint8_t *rgba) fxt1_decode_1ALPHA() argument
1476 fxt1_decode_1(const void *texture, int32_t stride, int32_t i, int32_t j, uint8_t *rgba) fxt1_decode_1() argument
1549 util_format_fxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, boolean rgba) util_format_fxtn_rgb_unpack_rgba_8unorm() argument
1596 util_format_fxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, boolean rgba) util_format_fxtn_rgb_unpack_rgba_float() argument
[all...]
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp765 float rgba[4]; in get_xformed_uniforms() local
/third_party/skia/src/gpu/
H A DGrDataUtils.cpp763 uint32_t rgba = SkColor4f{color[0], color[1], color[2], color[3]}.toBytes_RGBA(); in GrClearImage() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp363 RGBA rgba; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp695 unsigned short rgba = source4444[x]; in TransferRow() local
711 unsigned short rgba in TransferRow() local
727 unsigned int rgba = source1010102[x]; TransferRow() local
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c95 static void ZeroFillCanvas(uint8_t* rgba, in ZeroFillCanvas() argument
101 static void ZeroFillFrameRect(uint8_t* rgba, int rgba_stride, int x_offset, in ZeroFillFrameRect() argument
138 static void CleanupTransparentPixels(uint32_t* rgba, in CleanupTransparentPixels() argument
151 DumpFrame(const char filename[], const char dump_folder[], uint32_t frame_num, const uint8_t rgba[], int canvas_width, int canvas_height) DumpFrame() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless.c512 VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels, WEBP_CSP_MODE out_colorspace, uint8_t* const rgba) VP8LConvertFromBGRA() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c310 SVGA3D_vgpu10_ClearRenderTargetView(struct svga_winsys_context *swc, struct pipe_surface *color_surf, const float *rgba) SVGA3D_vgpu10_ClearRenderTargetView() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c196 make_drawpix_zs_to_color_program_nir(struct st_context *st, bool rgba) make_drawpix_zs_to_color_program_nir() argument
290 get_drawpix_zs_to_color_program(struct st_context *st, bool rgba) get_drawpix_zs_to_color_program() argument
H A Dst_cb_texture.c237 GLfloat *rgba; in copy_to_staging_dest() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c2226 union pipe_color_union rgba; in CSMT_ITEM_NO_WAIT() local
2514 union pipe_color_union rgba; in CSMT_ITEM_NO_WAIT() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp1027 const tcu::Vec4 rgba = result.getPixel(middle.x(), middle.y()); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.hpp985 unsigned char rgba[4]; member
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp1435 glw::GLfloat rgba[4] = { -1.f, -1.f, -1.f, -1.f }; in iterate() local
1645 glw::GLfloat rgba[4] = { -1.f, -1.f, -1.f, -1.f }; in iterate() local
[all...]

Completed in 55 milliseconds

12345