Searched refs:fWrapT (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLTexture.h25 GrGLenum fWrapT; member in struct:GrGLTexture::TexParams
H A DGrGLGpu.cpp1011 initialTexParams.fWrapT = GR_GL_CLAMP_TO_EDGE;
1023 initialTexParams.fWrapT));
1081 initialTexParams.fWrapT = GR_GL_CLAMP_TO_EDGE;
1093 initialTexParams.fWrapT));
2237 newTexParams.fWrapT = tile_to_gl_wrap(params.getTileModeY());
2259 if (setAll || newTexParams.fWrapT != oldTexParams.fWrapT) {
2263 newTexParams.fWrapT));

Completed in 111 milliseconds