HomeSort by relevance Sort by last modified time
    Searched refs:drawState (Results 26 - 50 of 50) sorted by null

12

  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 737 GrDrawState* drawState = target->drawState();
739 const SkMatrix& viewM = drawState->getViewMatrix();
743 drawState->setVertexAttribs<gHairlineLineAttribs>(SK_ARRAY_COUNT(gHairlineLineAttribs));
744 SkASSERT(sizeof(LineVertex) == drawState->getVertexSize());
762 add_line(&lines[2*i], toSrc, drawState->getCoverageColor(), &verts);
784 GrDrawState* drawState = target->drawState();
786 const SkMatrix& viewM = drawState->getViewMatrix();
790 target->drawState()->setVertexAttribs<gHairlineBezierAttribs>(SK_ARRAY_COUNT(gHairlineBezierAttribs))
    [all...]
GrInOrderDrawBuffer.cpp 92 static void set_vertex_attributes(GrDrawState* drawState,
107 drawState->setVertexAttribs<kRectPosColorUVAttribs>(3);
110 drawState->setVertexAttribs<kRectPosColorUVAttribs>(2);
113 drawState->setVertexAttribs<kRectPosUVAttribs>(2);
115 drawState->setVertexAttribs<kRectPosUVAttribs>(1);
127 GrDrawState* drawState = this->drawState();
129 GrColor color = drawState->getColor();
132 set_vertex_attributes(drawState,
133 this->caps()->dualSourceBlendingSupport() || drawState->hasSolidCoverage()
    [all...]
GrSWMaskHelper.cpp 184 GrDrawState* drawState = target->drawState();
187 if (!avmr.setIdentity(drawState)) {
190 GrDrawState::AutoRestoreEffects are(drawState);
204 maskMatrix.preConcat(drawState->getViewMatrix());
206 drawState->addCoverageEffect(
GrContext.cpp 323 GrDrawState* drawState = fGpu->drawState();
324 drawState->setRenderTarget(texture->asRenderTarget());
331 drawState->addColorTextureEffect(clampedTexture, SkMatrix::I(), params);
333 drawState->setVertexAttribs<gVertexAttribs>(SK_ARRAY_COUNT(gVertexAttribs));
725 const GrDrawState& drawState = target->getDrawState();
726 if (drawState.getRenderTarget()->isMultisampled()) {
774 SkMatrix combinedMatrix = target->drawState()->getViewMatrix();
822 if (!avmr.setIdentity(target->drawState())) {
844 target->drawState()->setDefaultVertexAttribs()
    [all...]
GrOvalRenderer.cpp 501 GrDrawState* drawState = target->drawState();
503 const SkMatrix& vm = drawState->getViewMatrix();
510 if (!avmr.setIdentity(drawState)) {
514 drawState->setVertexAttribs<gCircleVertexAttribs>(SK_ARRAY_COUNT(gCircleVertexAttribs));
515 SkASSERT(sizeof(CircleVertex) == drawState->getVertexSize());
546 drawState->addCoverageEffect(effect, kCircleEdgeAttrIndex)->unref();
606 GrDrawState* drawState = target->drawState();
610 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect()
    [all...]
GrAARectRenderer.cpp 272 static void set_aa_rect_vertex_attributes(GrDrawState* drawState, bool useCoverage) {
274 drawState->setVertexAttribs<gAARectCoverageAttribs>(SK_ARRAY_COUNT(gAARectCoverageAttribs));
276 drawState->setVertexAttribs<gAARectColorAttribs>(SK_ARRAY_COUNT(gAARectColorAttribs));
459 GrDrawState* drawState = target->drawState();
461 set_aa_rect_vertex_attributes(drawState, useVertexCoverage);
476 size_t vsize = drawState->getVertexSize();
606 GrDrawState* drawState = target->drawState();
623 drawState->setVertexAttribs<gAARectVertexAttribs>(SK_ARRAY_COUNT(gAARectVertexAttribs))
    [all...]
GrDrawTarget.h 71 void setDrawState(GrDrawState* drawState);
82 GrDrawState* drawState() { return fDrawState; }
489 * the previous one in the destructor. The caller should call drawState() to
492 * GrDrawState* state = target->drawState();
609 : fAttribRestore(target->drawState()) {
636 target->drawState()->setDefaultVertexAttribs();
    [all...]
GrGpu.cpp 160 GrDrawState::AutoRenderTargetRestore artr(this->drawState(), rt);
212 art.set(this->drawState(), renderTarget);
402 drawState()->setDefaultVertexAttribs();
GrAAConvexPathRenderer.cpp 641 GrDrawState* drawState = target->drawState();
675 drawState->setVertexAttribs<gPathAttribs>(SK_ARRAY_COUNT(gPathAttribs));
679 drawState->addCoverageEffect(quadEffect, kEdgeAttrIndex)->unref();
685 SkASSERT(sizeof(QuadVertex) == drawState->getVertexSize());
  /external/skia/gm/
beziereffects.cpp 157 GrDrawState* drawState = tt.target()->drawState();
158 drawState->setVertexAttribs<kAttribs>(2);
165 drawState->addCoverageEffect(effect, 1);
166 drawState->setRenderTarget(rt);
167 drawState->setColor(0xff000000);
306 GrDrawState* drawState = tt.target()->drawState();
307 drawState->setVertexAttribs<kAttribs>(2);
314 drawState->addCoverageEffect(effect, 1)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.cpp 92 static void set_vertex_attributes(GrDrawState* drawState,
107 drawState->setVertexAttribs<kRectPosColorUVAttribs>(3);
110 drawState->setVertexAttribs<kRectPosColorUVAttribs>(2);
113 drawState->setVertexAttribs<kRectPosUVAttribs>(2);
115 drawState->setVertexAttribs<kRectPosUVAttribs>(1);
127 GrDrawState* drawState = this->drawState();
129 GrColor color = drawState->getColor();
132 set_vertex_attributes(drawState,
133 this->caps()->dualSourceBlendingSupport() || drawState->hasSolidCoverage()
    [all...]
GrSWMaskHelper.cpp 184 GrDrawState* drawState = target->drawState();
187 if (!avmr.setIdentity(drawState)) {
190 GrDrawState::AutoRestoreEffects are(drawState);
204 maskMatrix.preConcat(drawState->getViewMatrix());
206 drawState->addCoverageEffect(
GrContext.cpp 323 GrDrawState* drawState = fGpu->drawState();
324 drawState->setRenderTarget(texture->asRenderTarget());
331 drawState->addColorTextureEffect(clampedTexture, SkMatrix::I(), params);
333 drawState->setVertexAttribs<gVertexAttribs>(SK_ARRAY_COUNT(gVertexAttribs));
725 const GrDrawState& drawState = target->getDrawState();
726 if (drawState.getRenderTarget()->isMultisampled()) {
774 SkMatrix combinedMatrix = target->drawState()->getViewMatrix();
822 if (!avmr.setIdentity(target->drawState())) {
844 target->drawState()->setDefaultVertexAttribs()
    [all...]
GrOvalRenderer.cpp 501 GrDrawState* drawState = target->drawState();
503 const SkMatrix& vm = drawState->getViewMatrix();
510 if (!avmr.setIdentity(drawState)) {
514 drawState->setVertexAttribs<gCircleVertexAttribs>(SK_ARRAY_COUNT(gCircleVertexAttribs));
515 SkASSERT(sizeof(CircleVertex) == drawState->getVertexSize());
546 drawState->addCoverageEffect(effect, kCircleEdgeAttrIndex)->unref();
606 GrDrawState* drawState = target->drawState();
610 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect()
    [all...]
GrAARectRenderer.cpp 272 static void set_aa_rect_vertex_attributes(GrDrawState* drawState, bool useCoverage) {
274 drawState->setVertexAttribs<gAARectCoverageAttribs>(SK_ARRAY_COUNT(gAARectCoverageAttribs));
276 drawState->setVertexAttribs<gAARectColorAttribs>(SK_ARRAY_COUNT(gAARectColorAttribs));
459 GrDrawState* drawState = target->drawState();
461 set_aa_rect_vertex_attributes(drawState, useVertexCoverage);
476 size_t vsize = drawState->getVertexSize();
606 GrDrawState* drawState = target->drawState();
623 drawState->setVertexAttribs<gAARectVertexAttribs>(SK_ARRAY_COUNT(gAARectVertexAttribs))
    [all...]
GrDrawTarget.h 71 void setDrawState(GrDrawState* drawState);
82 GrDrawState* drawState() { return fDrawState; }
489 * the previous one in the destructor. The caller should call drawState() to
492 * GrDrawState* state = target->drawState();
609 : fAttribRestore(target->drawState()) {
636 target->drawState()->setDefaultVertexAttribs();
    [all...]
GrGpu.cpp 160 GrDrawState::AutoRenderTargetRestore artr(this->drawState(), rt);
212 art.set(this->drawState(), renderTarget);
402 drawState()->setDefaultVertexAttribs();
GrAAConvexPathRenderer.cpp 641 GrDrawState* drawState = target->drawState();
675 drawState->setVertexAttribs<gPathAttribs>(SK_ARRAY_COUNT(gPathAttribs));
679 drawState->addCoverageEffect(quadEffect, kEdgeAttrIndex)->unref();
685 SkASSERT(sizeof(QuadVertex) == drawState->getVertexSize());
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 212 const GrDrawState& drawState = this->getDrawState();
215 SkASSERT(NULL != drawState.getRenderTarget());
221 this->setProjectionMatrix(drawState.getViewMatrix(), size, rt->origin());
227 GrDrawState::BlendOptFlags blendOpts = drawState.getBlendOpts(false, &srcCoeff, &dstCoeff);
279 if (drawState.isClipState()) {
280 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 212 const GrDrawState& drawState = this->getDrawState();
215 SkASSERT(NULL != drawState.getRenderTarget());
221 this->setProjectionMatrix(drawState.getViewMatrix(), size, rt->origin());
227 GrDrawState::BlendOptFlags blendOpts = drawState.getBlendOpts(false, &srcCoeff, &dstCoeff);
279 if (drawState.isClipState()) {
280 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
GrGpuGL.cpp     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 942 milliseconds

12