Home
last modified time | relevance | path

Searched refs:colorTex (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/
DSkDisplacementMapEffect.cpp600 GrTexture* colorTex = displacementMap.textureSampler(1).peekTexture(); in onSetData() local
602 SkScalar scaleX = displacementMap.scale().fX / colorTex->width(); in onSetData()
603 SkScalar scaleY = displacementMap.scale().fY / colorTex->height(); in onSetData()
605 colorTex->origin() == kTopLeft_GrSurfaceOrigin ? in onSetData()
607 fGLDomain.setData(pdman, displacementMap.domain(), colorTex); in onSetData()
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp581 deUint32 colorTex = 0; in render() local
591 glGenTextures (1, &colorTex); in render()
592 glBindTexture (GL_TEXTURE_2D, colorTex); in render()
610 glFramebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, colorTex, 0); in render()
646 glBindTexture(GL_TEXTURE_2D, colorTex); in render()
937 deUint32 colorTex = 0; in render() local
955 glGenTextures (1, &colorTex); in render()
956 glBindTexture (GL_TEXTURE_2D, colorTex); in render()
975 glFramebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, colorTex, 0); in render()
1018 glBindTexture(GL_TEXTURE_2D, colorTex); in render()