OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_depth
(Results
1 - 3
of
3
) sorted by null
/external/libpng/contrib/pngminus/
pnm2png.c
209
int
alpha_depth
= 0;
local
329
alpha_depth
= 1;
331
alpha_depth
= 2;
333
alpha_depth
= 4;
335
alpha_depth
= 8;
337
alpha_depth
= 16;
338
if (
alpha_depth
!= bit_depth)
408
*pix_ptr++ = get_data (alpha_file,
alpha_depth
);
410
if (
alpha_depth
<= 8)
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c
455
const bool
alpha_depth
= t->DepthMode == GL_ALPHA &&
local
462
if (!intel->is_haswell ||
alpha_depth
)
gen7_wm_surface_state.c
376
const bool
alpha_depth
= tObj->DepthMode == GL_ALPHA &&
local
381
unlikely(
alpha_depth
) ? SWIZZLE_XYZW : brw_get_texture_swizzle(tObj);
Completed in 6338 milliseconds