Searched refs:outWidth (Results 1 – 3 of 3) sorted by relevance
61 GLuint *outBits, GLuint *outWidth, GLuint *outHeight) in st_GetProgrammableSampleCaps() argument69 *outWidth = 1; in st_GetProgrammableSampleCaps()74 outWidth, outHeight); in st_GetProgrammableSampleCaps()78 if (*outWidth > MAX_SAMPLE_LOCATION_GRID_SIZE || in st_GetProgrammableSampleCaps()80 *outWidth = 1; in st_GetProgrammableSampleCaps()
583 gralloc1_device_t* device, buffer_handle_t buffer, uint32_t* outWidth,
1144 int32_t outWidth, int32_t outHeight, in upscale_teximage2d() argument1150 assert(outWidth >= inWidth); in upscale_teximage2d()1154 assert((outWidth & 3) == 0); in upscale_teximage2d()1160 for (j = 0; j < outWidth; j++) { in upscale_teximage2d()1163 dest[(i * outWidth + j) * comps + k] in upscale_teximage2d()