Searched refs:wrap_texture (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texrender.c32 wrap_texture(struct gl_context *ctx, struct gl_renderbuffer_attachment *att) function
42 _mesa_error(ctx, GL_OUT_OF_MEMORY, "wrap_texture");
132 wrap_texture(ctx, att);
/external/mesa3d/src/mesa/swrast/
H A Ds_texrender.c32 wrap_texture(struct gl_context *ctx, struct gl_renderbuffer_attachment *att) function
42 _mesa_error(ctx, GL_OUT_OF_MEMORY, "wrap_texture");
132 wrap_texture(ctx, att);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerHoister.cpp122 static void wrap_texture(GrTexture* texture, int width, int height, SkBitmap* result) { function
138 wrap_texture(layers[i].fLayer->texture(),
H A DSkGpuDevice.cpp692 SkBitmap wrap_texture(GrTexture* texture) { function in namespace:__anon15276
1370 return filter->filterImageGPU(&proxy, wrap_texture(texture), ctx, result, offset);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp724 SkBitmap wrap_texture(GrTexture* texture) { function in namespace:__anon30686
1401 return filter->filterImageGPU(&proxy, wrap_texture(texture), ctx, result, offset);
1834 static void wrap_texture(GrTexture* texture, int width, int height, SkBitmap* result) {
1977 wrap_texture(layer->getTexture(), desc.fWidth, desc.fHeight, layerInfo->fBM);

Completed in 102 milliseconds