HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 101 - 125 of 621) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/image/png/
writer_test.go 160 // Set all pixels to 0xFF alpha to force opaque mode.
167 if !img.Opaque() {
168 b.Fatal("expected image to be opaque")
180 if img.Opaque() {
181 b.Fatal("expected image not to be opaque")
206 // Set all pixels to 0xFF alpha to force opaque mode.
213 if !img.Opaque() {
214 b.Fatal("expected image to be opaque")
226 if img.Opaque() {
227 b.Fatal("expected image not to be opaque")
    [all...]
  /prebuilts/go/linux-x86/src/image/png/
writer_test.go 160 // Set all pixels to 0xFF alpha to force opaque mode.
167 if !img.Opaque() {
168 b.Fatal("expected image to be opaque")
180 if img.Opaque() {
181 b.Fatal("expected image not to be opaque")
206 // Set all pixels to 0xFF alpha to force opaque mode.
213 if !img.Opaque() {
214 b.Fatal("expected image to be opaque")
226 if img.Opaque() {
227 b.Fatal("expected image not to be opaque")
    [all...]
  /external/mesa3d/src/compiler/glsl/
link_uniform_initializers.cpp 92 * Initialize an opaque uniform from the value of an explicit binding
118 /* Section 4.4.4 (Opaque-Uniform Layout Qualifiers) of the GLSL 4.20 spec
134 storage->opaque[sh].active) {
136 const unsigned index = storage->opaque[sh].index + i;
142 storage->opaque[sh].active) {
144 const unsigned index = storage->opaque[sh].index + i;
243 if (shader && storage->opaque[sh].active) {
244 unsigned index = storage->opaque[sh].index;
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_thunk.cc 198 void* ptrs[] = {output_data.opaque(), output_mean.opaque(),
199 output_inv_stddev.opaque()};
272 void* ptrs[] = {output_grad_data.opaque(), output_grad_scale.opaque(),
273 output_grad_offset.opaque()};
  /external/clang/test/Analysis/
reference.cpp 134 void testFunctionPointerReturn(void *opaque) {
137 RefFn getRef = (RefFn)opaque;
  /external/libxml2/
testURI.c 37 if (uri->opaque) printf("opaque: %s\n", uri->opaque);
  /external/valgrind/include/
pub_tool_libcprint.h 120 output bytes to CHAR_SINK, passing it OPAQUE as the second arg. */
121 extern void VG_(vcbprintf)( void(*char_sink)(HChar, void* opaque),
122 void* opaque,
  /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));
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequence.java 53 boolean opaque, int frameCount, int defaultLoopCount) {
57 mOpaque = opaque;
  /hardware/intel/common/libva/va/wayland/
va_wayland_emgd.c 66 VADisplayContextWaylandEMGD * const wl_emgd_ctx = pDisplayContext->opaque;
128 pDisplayContext->opaque = wl_emgd_ctx;
  /device/generic/goldfish/camera/
CallbackNotifier.h 111 void releaseRecordingFrame(const void* opaque);
  /device/google/cuttlefish_common/guest/hals/camera/
CallbackNotifier.h 108 void releaseRecordingFrame(const void* opaque);
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 77 const void *opaque);
  /device/google/marlin/camera/usbcamcore/inc/
QualcommUsbCamera.h 174 const void *opaque);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 269 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
270 void zcfree OF((voidpf opaque, voidpf ptr));
273 (*((strm)->zalloc))((strm)->opaque, (items), (size))
274 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
compress.c 44 stream.opaque = (voidpf)0;
zutil.h 239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 242 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
244 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
248 (*((strm)->zalloc))((strm)->opaque, (items), (size))
249 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
compress.c 44 stream.opaque = (voidpf)0;
zutil.h 269 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
270 void zcfree OF((voidpf opaque, voidpf ptr));
273 (*((strm)->zalloc))((strm)->opaque, (items), (size))
274 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/brotli/c/include/brotli/
encode.h 108 * Metadata is opaque to Brotli: neither encoder, nor decoder processes this
183 * Opaque structure that holds encoder state.
211 * case they are both zero, default memory allocators are used. @p opaque is
216 * @param opaque custom memory manager handle
221 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque);
  /external/bsdiff/
bz2_decompressor.cc 27 stream_.opaque = nullptr;
  /external/libxml2/include/libxml/
uri.h 35 char *opaque; /* opaque part */ member in struct:_xmlURI
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.h 100 boolean opaque; member in struct:lp_fragment_shader_variant

Completed in 1140 milliseconds

1 2 3 45 6 7 8 91011>>