Searched defs:pixelBytes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.h31 GLuint pixelBytes; member in struct:rx::d3d9::D3DFormat
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.h74 GLuint pixelBytes; member in struct:gl::InternalFormat
H A DvalidationES3.cpp534 size_t pixelBytes = static_cast<size_t>(gl::GetInternalFormatInfo(sizedFormat).pixelBytes); local
538 !rx::IsUnsignedMultiplicationSafe(widthSize * heightSize * depthSize, pixelBytes))
545 size_t copyBytes = widthSize * heightSize * depthSize * pixelBytes;
648 if (destFormat.pixelBytes > 0)
789 if (framebufferInternalFormatInfo.pixelBytes > 0)
820 if ((textureInternalFormatInfo.pixelBytes > 0) &&
840 if (textureInternalFormatInfo.pixelBytes > 0)
1016 if (formatInfo.pixelBytes == 0)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.h29 GLuint pixelBytes; member in struct:rx::d3d11::DXGIFormat
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_copypix.c452 GLuint pixelBytes, widthInBytes; local
503 pixelBytes = _mesa_get_format_bytes(srcRb->Format);
504 widthInBytes = width * pixelBytes;
523 srcMap = map + srcY * rowStride + srcX * pixelBytes;
524 dstMap = map + dstY * rowStride + dstX * pixelBytes;
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c452 GLuint pixelBytes, widthInBytes; local
503 pixelBytes = _mesa_get_format_bytes(srcRb->Format);
504 widthInBytes = width * pixelBytes;
523 srcMap = map + srcY * rowStride + srcX * pixelBytes;
524 dstMap = map + dstY * rowStride + dstX * pixelBytes;

Completed in 222 milliseconds