Home
last modified time | relevance | path

Searched refs:draw_texture (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddrawtex.c31 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, in draw_texture() function
60 draw_texture(ctx, x, y, z, width, height); in _mesa_DrawTexfOES()
68 draw_texture(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]); in _mesa_DrawTexfvOES()
76 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z, in _mesa_DrawTexiOES()
85 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1], in _mesa_DrawTexivOES()
94 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z, in _mesa_DrawTexsOES()
103 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1], in _mesa_DrawTexsvOES()
112 draw_texture(ctx, in _mesa_DrawTexx()
125 draw_texture(ctx, in _mesa_DrawTexxv()
/external/skqp/src/gpu/
DSkGpuDevice_drawTexture.cpp100 static void draw_texture(const SkPaint& paint, const SkMatrix& ctm, const SkRect* src, in draw_texture() function
151 draw_texture(paint, viewMatrix, srcRect, dstRect, aa, constraint, std::move(proxy), in drawPinnedTextureProxy()
175 draw_texture(paint, viewMatrix, srcRect, dstRect, aa, constraint, std::move(proxy), in drawTextureProducer()
/external/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp174 static void draw_texture(GrRenderTargetContext* rtc, const GrClip& clip, const SkMatrix& ctm, in draw_texture() function
248 draw_texture(rtc, clip, ctm, paint, src, dst, dstClip, aa, aaFlags, constraint, in draw_texture_producer()
408 draw_texture(fRenderTargetContext.get(), this->clip(), ctm, paint, src, dst, in drawImageQuad()