OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearState
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/pixelflinger2/
buffer.cpp
115
ctx->
clearState
.stencil = 0x01010101 * ((unsigned &)s & 0xff);
125
ctx->
clearState
.color = (unsigned(a * 255) << 24) | (unsigned(b * 255) << 16) |
133
assert(sizeof(d) == sizeof(ctx->
clearState
.depth));
134
ctx->
clearState
.depth = (int &)d; // bit reinterpretation
135
if (0x80000000 & ctx->
clearState
.depth) // smaller negative float has bigger int representation, so flip
136
ctx->
clearState
.depth ^= 0x7fffffff; // since -FLT_MAX is close to -1 when bitcasted
148
const unsigned color = ctx->
clearState
.color;
154
unsigned r = ctx->
clearState
.color & 0xf8, g = ctx->
clearState
.color & 0xfc00,
155
b = ctx->
clearState
.color & 0xf80000
[
all
...]
pixelflinger2.h
97
}
clearState
;
/packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java
159
public void
clearState
() {
Controller.java
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java
359
ct.
clearState
();
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java
[
all
...]
Completed in 104 milliseconds