Home
last modified time | relevance | path

Searched refs:n_pixels (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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_channel in verifyInvalidResults()
2117 static const GLuint n_pixels = height * width; verifyValidResults() local
2695 static const GLuint n_pixels = height * width; verifyInvalidResults() local
2946 static const GLuint n_pixels = height * width; verifyValidResults() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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()
H A 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/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A 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/
H A 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()

Completed in 33 milliseconds