HomeSort by relevance Sort by last modified time
    Searched defs:colorTex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 624 GrTexture* colorTex = displacementMap.texture(1);
625 SkScalar scaleX = SkScalarDiv(displacementMap.scale().fX, SkIntToScalar(colorTex->width()));
626 SkScalar scaleY = SkScalarDiv(displacementMap.scale().fY, SkIntToScalar(colorTex->height()));
628 colorTex->origin() == kTopLeft_GrSurfaceOrigin ?
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp 581 deUint32 colorTex = 0;
591 glGenTextures (1, &colorTex);
592 glBindTexture (GL_TEXTURE_2D, colorTex);
610 glFramebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, colorTex, 0);
646 glBindTexture(GL_TEXTURE_2D, colorTex);
    [all...]

Completed in 1441 milliseconds