OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:samples_per_pixel
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/
generate_fir_coeff.py
39
samples_per_pixel
= 4
variable
42
sample_offsets = [math.modf((float(subpxl_index)/subpxls_per_pixel + 1.0/(2.0*subpxls_per_pixel))*
samples_per_pixel
) for subpxl_index in range(subpxls_per_pixel)]
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
298
EGLint
samples_per_pixel
= 0;
local
406
samples_per_pixel
= attrib_list[i+1];
453
samples_per_pixel
,stencil_size,surface_type,transparent_type,
[
all
...]
Completed in 165 milliseconds