Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.h269 void setTextureSwizzle(int unitIdx, GrGLenum target, const GrGLenum swizzle[]);
DGrGLGpu.cpp3038 this->setTextureSwizzle(unitIdx, target, newTexParams.fSwizzleRGBA); in bindTexture()
3078 this->setTextureSwizzle(unitIdx, GR_GL_TEXTURE_BUFFER, glSwizzle); in bindTexelBuffer()
3181 void GrGLGpu::setTextureSwizzle(int unitIdx, GrGLenum target, const GrGLenum swizzle[]) { in setTextureSwizzle() function in GrGLGpu