OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha_bits
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
thunk.h
67
unsigned int
alpha_bits
;
member in struct:bitmask_transtbl
thunk.c
259
alpha_mask |= btp->
alpha_bits
;
272
if((alpha_mask & btp->alpha_mask) == btp->
alpha_bits
) {
/external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h
185
ALPHA_BITS
= 0x0D55,
/external/webkit/WebCore/html/canvas/
WebGLRenderingContext.idl
195
const unsigned int
ALPHA_BITS
= 0x0D55;
[
all
...]
WebGLRenderingContext.cpp
952
case GraphicsContext3D::
ALPHA_BITS
:
[
all
...]
Completed in 59 milliseconds