Home
last modified time | relevance | path

Searched refs:n_pixels (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp972 void initPixels(std::vector<TYPE>& pixels, GLuint n_pixels, GLuint n_channels) in initPixels() argument
976 for (GLuint i = 0; i < n_pixels; ++i) in initPixels()
981 for (GLuint i = 0; i < n_pixels; ++i) in initPixels()
990 for (GLuint i = 0; i < n_pixels; ++i) in initPixels()
1861 static const GLuint n_pixels = height * width; in verifyInvalidResults() local
1873 std::vector<GLubyte> pixels(n_pixels * n_channels); in verifyInvalidResults()
1874 initPixels(pixels, n_pixels, n_channels); in verifyInvalidResults()
1884 for (GLuint i = 0; i < n_pixels; ++i) in verifyInvalidResults()
1904 std::vector<GLbyte> pixels(n_pixels * n_channels); in verifyInvalidResults()
1905 initPixels(pixels, n_pixels, n_channels); in verifyInvalidResults()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp815 static const GLuint n_pixels = m_width * m_height; in prepareDestinationTexture() local
841 texture_size = pixel_size * n_pixels; in prepareDestinationTexture()
1011 static const GLuint n_pixels = m_width * m_height; in prepareSourceTextureData() local
1030 texture_size = pixel_size * n_pixels; in prepareSourceTextureData()
1085 static const GLuint n_pixels = m_width * m_height; in verifyTexture() local
1120 dst_texture_size = dst_pixel_size * n_pixels; in verifyTexture()
1134 for (GLuint i = 0; i < n_pixels; ++i) in verifyTexture()
Dgl4cCopyImageTests.cpp3113 const GLuint n_pixels = widths[i] * heights[i]; in prepareDstPxls() local
3116 for (GLuint j = 0; j < n_pixels * n_layers; ++j) in prepareDstPxls()
3958 const GLuint n_pixels = n_pixels_per_layer * n_layers; in prepareDstPxls() local
3960 const GLuint req_memory = pixel_size * n_pixels; in prepareDstPxls()
3974 for (GLuint j = 0; j < n_pixels; ++j) in prepareDstPxls()
3993 const GLuint n_pixels = n_pixels_per_layer * n_layers; in prepareSrcPxls() local
3997 const GLuint req_memory = pixel_size * n_pixels; in prepareSrcPxls()
/third_party/pixman/pixman/
Dpixman-combine-float.c49 float *dest, const float *src, const float *mask, int n_pixels, in combine_inner() argument
56 for (i = 0; i < 4 * n_pixels; i += 4) in combine_inner()
76 for (i = 0; i < 4 * n_pixels; i += 4) in combine_inner()
137 int n_pixels) \
139 combine_inner (component, dest, src, mask, n_pixels, \
987 int n_pixels) \
991 for (i = 0; i < 4 * n_pixels; i += 4) \
Dpixman-private.h485 int n_pixels);
/third_party/pixman/test/
Dutils.h155 a8r8g8b8_to_rgba_np (uint32_t *dst, uint32_t *src, int n_pixels);
Dutils.c614 a8r8g8b8_to_rgba_np (uint32_t *dst, uint32_t *src, int n_pixels) in a8r8g8b8_to_rgba_np() argument
619 for (i = 0; i < n_pixels; ++i) in a8r8g8b8_to_rgba_np()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp3492 int n_pixels = (end_x - start_x) + (end_y - start_y); in verify() local
3494 for (int n_pixel = 0; n_pixel < n_pixels; ++n_pixel) in verify()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp879 const glw::GLuint n_pixels = texture_width * texture_height; in prepareDataForTexture() local
880 const glw::GLuint n_total_componenets = n_components_per_pixel * n_pixels; in prepareDataForTexture()