Searched refs:toTexture (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrSWMaskHelper.h37 * toTexture(); // to get it from the internal bitmap to the GPU
69 void toTexture(GrTexture* texture);
125 // toTexture with the data filled in depending on the texture config.
H A DGrSWMaskHelper.cpp284 void GrSWMaskHelper::toTexture(GrTexture *texture) { function in class:GrSWMaskHelper
334 helper.toTexture(ast.texture());
H A DGrClipMaskManager.cpp1110 helper.toTexture(result);
/external/skia/src/gpu/
H A DGrSWMaskHelper.h36 * toTexture(); // to get it from the internal bitmap to the GPU
66 void toTexture(GrTexture* texture);
105 // toTexture with the data filled in depending on the texture config.
H A DGrSWMaskHelper.cpp162 void GrSWMaskHelper::toTexture(GrTexture *texture) { function in class:GrSWMaskHelper
208 helper.toTexture(ast.texture());
H A DGrClipMaskManager.cpp1109 helper.toTexture(result);

Completed in 154 milliseconds