Searched refs:fMaxTextureSize (Results 1 – 4 of 4) sorted by relevance
55 int fMaxTextureSize; member
173 GrAssert(gpu->getCaps().fMaxTextureSize <= SK_MaxU16); in gen_texture_key_values()527 return fGpu->getCaps().fMaxTextureSize; in getMaxTextureSize()
1216 GrPrintf("Max Texture Size : %d\n", fMaxTextureSize); in print()
287 GR_GL_GetIntegerv(gl, GR_GL_MAX_TEXTURE_SIZE, &fCaps.fMaxTextureSize); in initCaps()291 fCaps.fMaxRenderTargetSize = GrMin(fCaps.fMaxTextureSize, fCaps.fMaxRenderTargetSize); in initCaps()