Home
last modified time | relevance | path

Searched refs:glsb (Results 1 – 5 of 5) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DNumberUtils.java172 …public static long decodeLong(byte llsb, byte lmlsb, byte lmmsb, byte lgsb, byte glsb, byte gmlsb,… in decodeLong() argument
178 ((glsb & 0xFFL) << 32) | in decodeLong()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dtexcompress_fxt1.c1470 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/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c1470 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/
DGrGpuGL.cpp1109 GrGLStencilBuffer* glsb = static_cast<GrGLStencilBuffer*>(sb); in attachStencilBufferToRenderTarget() local
1110 GrGLuint rb = glsb->renderbufferID(); in attachStencilBufferToRenderTarget()
1117 if (glsb->format().fPacked) { in attachStencilBufferToRenderTarget()
1128 if (!this->glCaps().isColorConfigAndStencilFormatVerified(rt->config(), glsb->format())) { in attachStencilBufferToRenderTarget()
1134 if (glsb->format().fPacked) { in attachStencilBufferToRenderTarget()
1143 glsb->format()); in attachStencilBufferToRenderTarget()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL.cpp1109 GrGLStencilBuffer* glsb = static_cast<GrGLStencilBuffer*>(sb); in attachStencilBufferToRenderTarget() local
1110 GrGLuint rb = glsb->renderbufferID(); in attachStencilBufferToRenderTarget()
1117 if (glsb->format().fPacked) { in attachStencilBufferToRenderTarget()
1128 if (!this->glCaps().isColorConfigAndStencilFormatVerified(rt->config(), glsb->format())) { in attachStencilBufferToRenderTarget()
1134 if (glsb->format().fPacked) { in attachStencilBufferToRenderTarget()
1143 glsb->format()); in attachStencilBufferToRenderTarget()