HomeSort by relevance Sort by last modified time
    Searched refs:ImageHeight (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/main/
pixelstore.c 67 ctx->Pack.ImageHeight = param;
151 ctx->Unpack.ImageHeight = param;
240 ctx->Pack.ImageHeight = 0;
255 ctx->Unpack.ImageHeight = 0;
279 ctx->DefaultPacking.ImageHeight = 0;
image.c 139 if (packing->ImageHeight > 0) {
140 rows_per_image = packing->ImageHeight;
375 if (packing->ImageHeight == 0)
378 bytesPerImage = bytesPerRow * packing->ImageHeight;
texstore.c     [all...]
attrib.c     [all...]
teximage.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_tex_subimage.c 151 int image_height = packing->ImageHeight == 0 ? height : packing->ImageHeight;
215 image_height = packing->ImageHeight == 0 ? height : packing->ImageHeight;
367 image_height = packing->ImageHeight == 0 ? height : packing->ImageHeight;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImageDecoder.h 55 // ImageHeight The image height
63 UINT16 ImageHeight;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ImageEx.c 396 Image->Height = ImageInfo->ImageHeight;
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 128 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height;
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 192 { GL_PACK_IMAGE_HEIGHT, CONTEXT_INT(Pack.ImageHeight), NO_EXTRA },
200 { GL_UNPACK_IMAGE_HEIGHT, CONTEXT_INT(Unpack.ImageHeight), NO_EXTRA },
    [all...]

Completed in 105 milliseconds