Searched refs:log2Width (Results 1 - 4 of 4) sorted by relevance
/external/skia/src/gpu/text/ |
H A D | GrAtlasTextBlob_regenInBatch.cpp | 24 int32_t log2Width, int32_t log2Height, 46 u0 >>= log2Width; local 48 u1 >>= log2Width; local 183 int log2Width = 0, log2Height = 0; local 210 log2Width = fontCache->log2Width(info->maskFormat()); 219 transY, log2Width, log2Height, color); 22 regen_vertices(intptr_t vertex, const GrGlyph* glyph, size_t vertexStride, bool useDistanceFields, SkScalar transX, SkScalar transY, int32_t log2Width, int32_t log2Height, GrColor color) argument
|
H A D | GrBatchFontCache.h | 174 int log2Width(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Width; } function in class:GrBatchFontCache
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_texstate.c | 979 GLint log2Width, log2Height, texelBytes; local 987 log2Width = firstImage->WidthLog2; 1016 t->pp_txformat |= ((log2Width << RADEON_TXFORMAT_WIDTH_SHIFT) | 1022 ASSERT(log2Width == log2Height); 1023 t->pp_txformat |= ((log2Width << RADEON_TXFORMAT_F5_WIDTH_SHIFT) | 1027 t->pp_cubic_faces = ((log2Width << RADEON_FACE_WIDTH_1_SHIFT) | 1029 (log2Width << RADEON_FACE_WIDTH_2_SHIFT) | 1031 (log2Width << RADEON_FACE_WIDTH_3_SHIFT) | 1033 (log2Width << RADEON_FACE_WIDTH_4_SHIFT) |
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | r200_texstate.c | 1387 GLint log2Width, log2Height, log2Depth, texelBytes; local 1394 log2Width = firstImage->WidthLog2; 1401 __func__, rmesa, t, log2Width, log2Height, 1442 t->pp_txformat |= (((log2Width + extra_size) << R200_TXFORMAT_WIDTH_SHIFT) | 1459 ASSERT(log2Width == log2Height); 1460 t->pp_txformat |= ((log2Width << R200_TXFORMAT_F5_WIDTH_SHIFT) | 1465 t->pp_cubic_faces = ((log2Width << R200_FACE_WIDTH_1_SHIFT) | 1467 (log2Width << R200_FACE_WIDTH_2_SHIFT) | 1469 (log2Width << R200_FACE_WIDTH_3_SHIFT) | 1471 (log2Width << R200_FACE_WIDTH_4_SHIF [all...] |
Completed in 245 milliseconds