Home
last modified time | relevance | path

Searched refs:kMaxPixelSize (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_params.cpp616 static constexpr GLsizei kMaxPixelSize = 32; in CaptureReadPixels_pixels() local
617 paramCapture->readBufferSizeBytes = kMaxPixelSize * width * height; in CaptureReadPixels_pixels()
Dcapture_gles_ext_params.cpp3507 static constexpr GLsizei kMaxPixelSize = 32; in CaptureGetTexImageANGLE_pixels() local
3511 paramCapture->readBufferSizeBytes = kMaxPixelSize * width * height * depth; in CaptureGetTexImageANGLE_pixels()
3533 static constexpr GLsizei kMaxPixelSize = 32; in CaptureGetRenderbufferImageANGLE_pixels() local
3536 paramCapture->readBufferSizeBytes = kMaxPixelSize * width * height; in CaptureGetRenderbufferImageANGLE_pixels()