HomeSort by relevance Sort by last modified time
    Searched refs:samples_per_pixel (Results 1 - 4 of 4) 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/
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 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 130 milliseconds