Searched refs:glsb (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 1470 GLint glsb, selb; in fxt1_decode_1MIXED() local 1484 glsb = CC_SEL(cc, 126); in fxt1_decode_1MIXED() 1496 glsb = CC_SEL(cc, 125); in fxt1_decode_1MIXED() 1514 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED() 1518 g = (UP5(col[0][GCOMP]) + UP6(col[1][GCOMP], glsb)) / 2; in fxt1_decode_1MIXED() 1531 g = UP6(col[0][GCOMP], glsb ^ selb); in fxt1_decode_1MIXED() 1535 g = UP6(col[1][GCOMP], glsb); in fxt1_decode_1MIXED() 1539 g = LERP(3, t, UP6(col[0][GCOMP], glsb ^ selb), in fxt1_decode_1MIXED() 1540 UP6(col[1][GCOMP], glsb)); in fxt1_decode_1MIXED()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1273 GrGLStencilAttachment* glsb = static_cast<GrGLStencilAttachment*>(sb); in attachStencilAttachmentToRenderTarget() local 1274 GrGLuint rb = glsb->renderbufferID(); in attachStencilAttachmentToRenderTarget() 1282 if (glsb->format().fPacked) { in attachStencilAttachmentToRenderTarget() 1293 if (!this->glCaps().isColorConfigAndStencilFormatVerified(rt->config(), glsb->format())) { in attachStencilAttachmentToRenderTarget() 1299 if (glsb->format().fPacked) { in attachStencilAttachmentToRenderTarget() 1308 glsb->format()); in attachStencilAttachmentToRenderTarget()
|