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

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayGenerateMipMap.cpp 174 unsigned int n_color = ((x % m_n_colors_per_layer_face) + y) % m_n_colors_per_layer_face; local
176 *result_ptr = m_layer_face_data[n_layer][n_color][n_component];
  /external/pdfium/third_party/libtiff/
tif_getimage.c 276 int n_color; local
370 n_color = (1U << img->bitspersample);
371 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
372 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
373 img->bluecmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
379 _TIFFmemcpy( img->redcmap, red_orig, n_color * 2 );
380 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 );
381 _TIFFmemcpy( img->bluecmap, blue_orig, n_color * 2 );
    [all...]

Completed in 267 milliseconds