HomeSort by relevance Sort by last modified time
    Searched refs:samples_per_pixel (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/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)]
  /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/
EglConfig.h 53 EGLint samples_per_pixel,
EglConfig.cpp 33 EGLint samples_per_pixel,
63 m_sample_buffers_num(samples_per_pixel > 0 ?1:0),
64 m_samples_per_pixel(samples_per_pixel),
EglImp.cpp 301 EGLint samples_per_pixel = 0; local
409 samples_per_pixel = attrib_list[i+1];
456 samples_per_pixel,stencil_size,surface_type,transparent_type,
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 8689 PNG_CONST unsigned int samples_per_pixel = (out_ct & 2U) ? 3U : 1U; local
    [all...]

Completed in 320 milliseconds