HomeSort by relevance Sort by last modified time
    Searched defs:opaque (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/skia/bench/
BlurOccludedRRectBench.cpp 30 SkPaint opaque; variable
31 opaque.setAntiAlias(true);
32 opaque.setColor(SK_ColorWHITE);
71 canvas->drawRRect(rr, opaque);
  /external/skqp/bench/
BlurOccludedRRectBench.cpp 30 SkPaint opaque; variable
31 opaque.setAntiAlias(true);
32 opaque.setColor(SK_ColorWHITE);
71 canvas->drawRRect(rr, opaque);
  /external/brotli/c/enc/
memory.h 27 void* opaque; member in struct:MemoryManager
39 void* opaque);
  /external/libxml2/include/libxml/
uri.h 35 char *opaque; /* opaque part */ member in struct:_xmlURI
  /external/skia/tools/gdb/
bitmap.py 36 opaque = 1 variable in class:AlphaType
  /external/skqp/tools/gdb/
bitmap.py 36 opaque = 1 variable in class:AlphaType
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 87 typedef struct fake_rb_tree { void *opaque[8]; } fake_rb_tree_t; member in struct:fake_rb_tree
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
WorkLockActivityTest.java 89 TaskDescription opaque = new TaskDescription(null, null, opaqueColor); local
92 // When a task description is provided with a suitable (opaque) primaryColor, it should be
96 .putExtra(WorkLockActivity.EXTRA_TASK_DESCRIPTION, opaque));
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 74 Opaque() bool
77 // Returns whether or not the image is fully opaque.
78 func opaque(m image.Image) bool { func
80 return o.Opaque()
378 // We have previously verified that the alpha value is fully opaque.
438 // We have previously verified that the alpha value is fully opaque.
569 if opaque(m) {
575 if opaque(m) {
  /prebuilts/go/linux-x86/src/image/png/
writer.go 74 Opaque() bool
77 // Returns whether or not the image is fully opaque.
78 func opaque(m image.Image) bool { func
80 return o.Opaque()
378 // We have previously verified that the alpha value is fully opaque.
438 // We have previously verified that the alpha value is fully opaque.
569 if opaque(m) {
575 if opaque(m) {
  /external/bzip2/
bzlib.h 64 void *opaque; member in struct:__anon14447
  /external/clang/test/CodeGen/
pass-object-size.c 226 int known[10], *opaque; local
232 gi = OverloadedObjectSize(&known[0], opaque);
235 gi = OverloadedObjectSize(opaque, &known[0]);
238 gi = OverloadedObjectSize(opaque, opaque);
  /external/mesa3d/src/compiler/glsl/
ir_uniform.h 74 * Base opaque uniform index
76 * If \c gl_uniform_storage::base_type is an opaque type, this
79 * use opaque uniform indices \c index through \c index + \c
87 * Whether this opaque uniform is used in this shader stage.
108 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES]; member in struct:gl_uniform_storage
  /external/skia/include/private/
SkEncodedInfo.h 22 // Each pixel is either fully opaque or fully transparent.
130 bool opaque() const { return fAlpha == kOpaque_Alpha; } function in struct:SkEncodedInfo
GrColor.h 138 /** Determines whether the color is opaque or not. */
250 GrColor4f opaque() const { function in struct:GrColor4f
  /external/skqp/include/private/
SkEncodedInfo.h 22 // Each pixel is either fully opaque or fully transparent.
130 bool opaque() const { return fAlpha == kOpaque_Alpha; } function in struct:SkEncodedInfo
  /external/tensorflow/tensorflow/compiler/xla/
shape_util_test.cc 439 Shape opaque = ShapeUtil::MakeOpaqueShape(); local
443 Shape tuple = ShapeUtil::MakeTupleShape({opaque, scalar, matrix, matrix2});
446 EXPECT_EQ("opaque[]", ShapeUtil::HumanString(opaque));
450 EXPECT_EQ("(opaque[], f32[], u32[1,2], s32[3,4])",
452 EXPECT_EQ("((opaque[], f32[], u32[1,2], s32[3,4]), u32[1,2])",
455 EXPECT_EQ("opaque[]", ShapeUtil::HumanStringWithLayout(opaque));
459 EXPECT_EQ("(opaque[], f32[], u32[1,2]{1,0}, s32[3,4]{0,1})",
461 EXPECT_EQ("((opaque[], f32[], u32[1,2]{1,0}, s32[3,4]{0,1}), u32[1,2]{1,0})"
    [all...]
  /external/webp/src/dec/
vp8_dec.h 62 void* opaque; // user data member in struct:VP8Io
122 // Main decoding object. This is an opaque structure.
  /frameworks/base/libs/hwui/tests/unit/
SkiaPipelineTests.cpp 48 bool opaque = true; local
54 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, false, contentDrawBounds,
69 bool opaque = true; local
87 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, false, contentDrawBounds,
169 bool opaque = true; local
175 pipeline->renderLayers(lightGeometry, &layerUpdateQueue, opaque, false, lightInfo);
195 bool opaque = true; local
206 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, false, contentDrawBounds,
212 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, false, contentDrawBounds,
218 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, false, contentDrawBounds
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/policy/
PhoneWindowManagerTest.java 64 PixelFormat.OPAQUE);
98 final FakeWindowState opaque = createOpaqueFullscreen(false); local
111 assertEquals(opaque, PhoneWindowManager.chooseNavigationColorWindowLw(
112 opaque, opaque, null, NAV_BAR_BOTTOM));
114 opaque, dimmingImTarget, null, NAV_BAR_BOTTOM));
116 opaque, dimmingNonImTarget, null, NAV_BAR_BOTTOM));
125 opaque, opaque, visibleIme, NAV_BAR_BOTTOM));
127 opaque, dimmingImTarget, visibleIme, NAV_BAR_BOTTOM))
    [all...]
  /frameworks/native/cmds/flatland/
Composers.cpp 143 Composer* opaque() { function in namespace:android
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
attributes.h 93 u_int32_t opaque[4]; /* an opaque cookie */ member in struct:attrlist_cursor
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 401 String opaque = getParameter("opaque"); local
422 if (opaque != null) {
423 params.add(new BasicNameValuePair("opaque", opaque));
  /external/freetype/src/gzip/
zlib.h 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
64 typedef void (*free_func) OF((voidpf opaque, voidpf address));
82 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
95 opaque before calling the init function. All other fields are set by the
98 The opaque value provided by the application will be passed as the first
101 opaque value.
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfree and opaque must be initialized before by the caller.
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
404 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.h 100 boolean opaque; member in struct:lp_fragment_shader_variant

Completed in 800 milliseconds

1 2 3 4 5 6