Home
last modified time | relevance | path

Searched refs:Pixel (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/third_party/mesa3d/src/mesa/main/
Dpixel.c51 if (ctx->Pixel.ZoomX == xfactor && in _mesa_PixelZoom()
52 ctx->Pixel.ZoomY == yfactor) in _mesa_PixelZoom()
56 ctx->Pixel.ZoomX = xfactor; in _mesa_PixelZoom()
57 ctx->Pixel.ZoomY = yfactor; in _mesa_PixelZoom()
508 if (ctx->Pixel.MapColorFlag == (param ? GL_TRUE : GL_FALSE)) in _mesa_PixelTransferf()
511 ctx->Pixel.MapColorFlag = param ? GL_TRUE : GL_FALSE; in _mesa_PixelTransferf()
514 if (ctx->Pixel.MapStencilFlag == (param ? GL_TRUE : GL_FALSE)) in _mesa_PixelTransferf()
517 ctx->Pixel.MapStencilFlag = param ? GL_TRUE : GL_FALSE; in _mesa_PixelTransferf()
520 if (ctx->Pixel.IndexShift == (GLint) param) in _mesa_PixelTransferf()
523 ctx->Pixel.IndexShift = (GLint) param; in _mesa_PixelTransferf()
[all …]
Dpixeltransfer.c134 const GLfloat scale = ctx->Pixel.DepthScale; in _mesa_scale_and_bias_depth()
135 const GLfloat bias = ctx->Pixel.DepthBias; in _mesa_scale_and_bias_depth()
149 const GLdouble scale = ctx->Pixel.DepthScale; in _mesa_scale_and_bias_depth_uint()
150 const GLdouble bias = ctx->Pixel.DepthBias * max; in _mesa_scale_and_bias_depth_uint()
170 ctx->Pixel.RedScale, ctx->Pixel.GreenScale, in _mesa_apply_rgba_transfer_ops()
171 ctx->Pixel.BlueScale, ctx->Pixel.AlphaScale, in _mesa_apply_rgba_transfer_ops()
172 ctx->Pixel.RedBias, ctx->Pixel.GreenBias, in _mesa_apply_rgba_transfer_ops()
173 ctx->Pixel.BlueBias, ctx->Pixel.AlphaBias); in _mesa_apply_rgba_transfer_ops()
200 GLint shift = ctx->Pixel.IndexShift; in _mesa_shift_and_offset_ci()
201 GLint offset = ctx->Pixel.IndexOffset; in _mesa_shift_and_offset_ci()
[all …]
Dreadpix.c171 ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f || in _mesa_readpixels_needs_slow_path()
172 ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_readpixels_needs_slow_path()
173 ctx->Pixel.MapStencilFlag; in _mesa_readpixels_needs_slow_path()
176 return ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f; in _mesa_readpixels_needs_slow_path()
179 return ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_readpixels_needs_slow_path()
180 ctx->Pixel.MapStencilFlag; in _mesa_readpixels_needs_slow_path()
289 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) in read_uint_depth_pixels()
835 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F; in read_depth_stencil_pixels()
836 const GLboolean stencilTransfer = ctx->Pixel.IndexShift in read_depth_stencil_pixels()
837 || ctx->Pixel.IndexOffset || ctx->Pixel.MapStencilFlag; in read_depth_stencil_pixels()
Dpack.c516 !ctx->Pixel.MapStencilFlag && in _mesa_unpack_stencil_span()
522 !ctx->Pixel.MapStencilFlag && in _mesa_unpack_stencil_span()
547 if (ctx->Pixel.MapStencilFlag) { in _mesa_unpack_stencil_span()
609 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_pack_stencil_span()
610 ctx->Pixel.MapStencilFlag) { in _mesa_pack_stencil_span()
784 if (ctx->Pixel.DepthScale == 1.0F && ctx->Pixel.DepthBias == 0.0F) { in _mesa_unpack_depth_span()
862 ctx->Pixel.DepthScale == 1.0F && in _mesa_unpack_depth_span()
863 ctx->Pixel.DepthBias == 0.0F) { in _mesa_unpack_depth_span()
931 const GLfloat scale = ctx->Pixel.DepthScale; in _mesa_unpack_depth_span()
932 const GLfloat bias = ctx->Pixel.DepthBias; in _mesa_unpack_depth_span()
[all …]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c793 } Pixel; typedef
813 gp_g8(Pixel *p, png_const_voidp pb) in gp_g8()
822 gp_ga8(Pixel *p, png_const_voidp pb) in gp_ga8()
832 gp_ag8(Pixel *p, png_const_voidp pb) in gp_ag8()
842 gp_rgb8(Pixel *p, png_const_voidp pb) in gp_rgb8()
854 gp_bgr8(Pixel *p, png_const_voidp pb) in gp_bgr8()
866 gp_rgba8(Pixel *p, png_const_voidp pb) in gp_rgba8()
878 gp_bgra8(Pixel *p, png_const_voidp pb) in gp_bgra8()
891 gp_argb8(Pixel *p, png_const_voidp pb) in gp_argb8()
904 gp_abgr8(Pixel *p, png_const_voidp pb) in gp_abgr8()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_422_pixels.txt76 3.6.4 Rasterization of Pixel Rectangles
85 Even Pixel Odd Pixel
98 Even Pixel Odd Pixel (Averaged)
130 Even Pixel Odd Pixel
141 Even Pixel (Averaged) Odd Pixel (Averaged)
DEXT_shader_pixel_local_storage.txt60 concept of pixel local storage. Pixel local storage is an on-chip memory
124 "4.3.7 Pixel Local Variables
129 to as pixel storage variables. Pixel local storage variables do not have any
138 Pixel local storage variable reads and writes within a single shader
146 Pixel local storage variables may not have initializers and their contents
149 Pixel local storage variables may be qualified with layout qualifiers
151 storage, as described in section 4.3.8.4 "Pixel Local Block Layout
160 Pixel local storage variables may only be declared inside interface blocks
165 Pixel local storage blocks must be declared at global scope.
167 Pixel local storage variables declared inside pixel local storage
[all …]
DEXT_shader_pixel_local_storage2.txt167 Pixel local storage for the current draw framebuffer is enabled by calling
194 Pixel local storage is not supported in combination with multisample
230 Pixel local storage is disabled by calling Disable with SHADER_PIXEL_-
336 Replace section "4.3.7 Pixel Local Variables" with the following:
338 "4.3.7 Pixel Local Variables
343 to as pixel local variables. Pixel local variables do not have any backing
351 Pixel local storage variable reads and writes within a single shader
357 Pixel local storage variables may not have initializers and their contents
363 Pixel local storage variables may be qualified with layout qualifiers
365 storage, as described in section 4.3.8.4 "Pixel Local Block Layout
[all …]
DEXT_texture_format_BGRA8888.txt44 Internal Format External Format Type Bytes per Pixel
58 Internal Format External Format Type Bytes per Pixel
/third_party/openGLES/extensions/EXT/
DEXT_422_pixels.txt76 3.6.4 Rasterization of Pixel Rectangles
85 Even Pixel Odd Pixel
98 Even Pixel Odd Pixel (Averaged)
130 Even Pixel Odd Pixel
141 Even Pixel (Averaged) Odd Pixel (Averaged)
DEXT_shader_pixel_local_storage.txt61 concept of pixel local storage. Pixel local storage is an on-chip memory
125 "4.3.7 Pixel Local Variables
130 to as pixel storage variables. Pixel local storage variables do not have any
139 Pixel local storage variable reads and writes within a single shader
147 Pixel local storage variables may not have initializers and their contents
150 Pixel local storage variables may be qualified with layout qualifiers
152 storage, as described in section 4.3.8.4 "Pixel Local Block Layout
161 Pixel local storage variables may only be declared inside interface blocks
166 Pixel local storage blocks must be declared at global scope.
168 Pixel local storage variables declared inside pixel local storage
[all …]
DEXT_shader_pixel_local_storage2.txt167 Pixel local storage for the current draw framebuffer is enabled by calling
194 Pixel local storage is not supported in combination with multisample
230 Pixel local storage is disabled by calling Disable with SHADER_PIXEL_-
336 Replace section "4.3.7 Pixel Local Variables" with the following:
338 "4.3.7 Pixel Local Variables
343 to as pixel local variables. Pixel local variables do not have any backing
351 Pixel local storage variable reads and writes within a single shader
357 Pixel local storage variables may not have initializers and their contents
363 Pixel local storage variables may be qualified with layout qualifiers
365 storage, as described in section 4.3.8.4 "Pixel Local Block Layout
[all …]
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c909 y = fb_height - (int) (y + height * ctx->Pixel.ZoomY); in draw_textured_quad()
914 x1 = x + width * ctx->Pixel.ZoomX; in draw_textured_quad()
916 y1 = y + height * ctx->Pixel.ZoomY; in draw_textured_quad()
968 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; in draw_stencil_pixels()
1139 key.scaleAndBias = (ctx->Pixel.RedBias != 0.0 || in get_color_fp_variant()
1140 ctx->Pixel.RedScale != 1.0 || in get_color_fp_variant()
1141 ctx->Pixel.GreenBias != 0.0 || in get_color_fp_variant()
1142 ctx->Pixel.GreenScale != 1.0 || in get_color_fp_variant()
1143 ctx->Pixel.BlueBias != 0.0 || in get_color_fp_variant()
1144 ctx->Pixel.BlueScale != 1.0 || in get_color_fp_variant()
[all …]
/third_party/openGLES/extensions/SGIX/
DSGIX_pixel_texture.txt59 section 3.6.3 (Rasterization of Pixel Rectangles) of the GL
81 Pixel group's red becomes the fragment S texture coordinate
82 Pixel group's green becomes the fragment T texture coordinate
83 Pixel group's blue becomes the fragment R texture coordinate
84 Pixel group's alpha becomes the fragment Q texture coordinate
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_pixel_texture.txt59 section 3.6.3 (Rasterization of Pixel Rectangles) of the GL
81 Pixel group's red becomes the fragment S texture coordinate
82 Pixel group's green becomes the fragment T texture coordinate
83 Pixel group's blue becomes the fragment R texture coordinate
84 Pixel group's alpha becomes the fragment Q texture coordinate
/third_party/skia/third_party/externals/angle2/doc/
DdEQP-Charts.md101 <iframe id="GLES 2.0 Vulkan Android 64 Pixel 2" width="1200px" height="371px" class="noborder" src=…
103 <iframe id="GLES 3.0 Vulkan Android 64 Pixel 2" width="1200px" height="371px" class="noborder" src=…
105 <iframe id="GLES 3.1 Vulkan Android 64 Pixel 2" width="1200px" height="371px" class="noborder" src=…
107 <iframe id="EGL Vulkan Android 64 Pixel 2" width="1200px" height="371px" class="noborder" src="http…
111 <iframe id="GLES 2.0 Vulkan khr Android 64 Pixel 2" width="1200px" height="371px" class="noborder" …
113 <iframe id="GLES 3.0 Vulkan khr Android 64 Pixel 2" width="1200px" height="371px" class="noborder" …
115 <iframe id="GLES 3.1 Vulkan khr Android 64 Pixel 2" width="1200px" height="371px" class="noborder" …
/third_party/skia/site/docs/user/api/
DSkBlendMode_Overview.md8 Describes how destination <a href='undocumented#Pixel'>pixel</a> is replaced
9 with a combination of itself and source <a href='undocumented#Pixel'>pixel</a>.
13 independently, or may allow all source <a href='undocumented#Pixel'>pixel</a>
15 <a href='undocumented#Pixel'>pixel</a> component.
31 is encoded in source and destination <a href='undocumented#Pixel'>pixel</a>,
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_ycbcr_texture.txt78 In section 3.6.4, Rasterization of Pixel Rectangles, on page 101,
82 Token Name Type Components Pixel Formats
88 In section 3.6.4, Rasterization of Pixel Rectangles, on page 102,
106 In section 3.6.4, Rasterization of Pixel Rectangles, on page 104,
/third_party/openGLES/extensions/MESA/
DMESA_ycbcr_texture.txt78 In section 3.6.4, Rasterization of Pixel Rectangles, on page 101,
82 Token Name Type Components Pixel Formats
88 In section 3.6.4, Rasterization of Pixel Rectangles, on page 102,
106 In section 3.6.4, Rasterization of Pixel Rectangles, on page 104,
/third_party/openGLES/extensions/NV/
DNV_bgr.txt56 Changes to Section 3.6.2 "Transfer of Pixel Rectangles"
69 Format Type Bytes per Pixel
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_bgr.txt56 Changes to Section 3.6.2 "Transfer of Pixel Rectangles"
69 Format Type Bytes per Pixel
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.pbo.txt19 Pixel Buffer Object tests
42 Pixel buffer object tests create pixel pack buffer or unpack buffer. Data is
/third_party/openGLES/extensions/SGIS/
DSGIS_pixel_texture.txt143 section 3.6.3 (Rasterization of Pixel Rectangles) of the GL
166 Pixel group's red becomes the fragment S texture coordinate
167 Pixel group's green becomes the fragment T texture coordinate
168 Pixel group's blue becomes the fragment R texture coordinate
169 Pixel group's alpha becomes the fragment Q texture coordinate
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_pixel_texture.txt143 section 3.6.3 (Rasterization of Pixel Rectangles) of the GL
166 Pixel group's red becomes the fragment S texture coordinate
167 Pixel group's green becomes the fragment T texture coordinate
168 Pixel group's blue becomes the fragment R texture coordinate
169 Pixel group's alpha becomes the fragment Q texture coordinate
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.cpp601 srcArea.t = SafeInt32Add (fRowCoords.Pixel (dstArea.t), offsetV); in SrcArea()
602 srcArea.l = SafeInt32Add (fColCoords.Pixel (dstArea.l), offsetH); in SrcArea()
605 fRowCoords.Pixel (SafeInt32Sub (dstArea.b, 1)), in SrcArea()
609 fColCoords.Pixel (SafeInt32Sub (dstArea.r, 1)), in SrcArea()

12345678910>>...18