Home
last modified time | relevance | path

Searched refs:imageBytes (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp414 GLuint imageBytes = 0; in setSubImageRowByRowWorkaround() local
416 rowBytes, &imageBytes)); in setSubImageRowByRowWorkaround()
420 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeSkipBytes(type, rowBytes, imageBytes, unpack, in setSubImageRowByRowWorkaround()
439 GLint imageByteOffset = image * imageBytes; in setSubImageRowByRowWorkaround()
488 GLuint imageBytes = 0; in setSubImagePaddingWorkaround() local
490 rowBytes, &imageBytes)); in setSubImagePaddingWorkaround()
493 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeSkipBytes(type, rowBytes, imageBytes, unpack, in setSubImagePaddingWorkaround()
518 GLint lastImageOffset = (area.depth - 1) * imageBytes; in setSubImagePaddingWorkaround()
530 skipBytes + (area.depth - 1) * imageBytes + (area.height - 1) * rowBytes; in setSubImagePaddingWorkaround()
/third_party/backends/backend/
H A Ddell1600n_net.c1797 int numPixels, iPixel, width, height, scanLineSize, imageBytes; in ProcessPageData() local
1942 imageBytes = width * height * 3; in ProcessPageData()
1943 ret |= AppendToComBuf (&pState->m_imageData, NULL, imageBytes); in ProcessPageData()
1949 + pState->m_imageData.m_used - imageBytes; in ProcessPageData()
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h266 size_t imageBytes,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp811 GLuint imageBytes = 0; in initializeContents() local
813 1, 0, &imageBytes)); in initializeContents()
814 imageBytes *= image->getHeight() * image->getDepth(); in initializeContents()
820 ANGLE_CHECK_GL_ALLOC(contextD3D, context->getZeroFilledBuffer(imageBytes, &zeroBuffer)); in initializeContents()

Completed in 13 milliseconds