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

1 2 3

  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.hpp 23 * \brief Platform that uses X11 via GLX.
32 namespace x11 namespace in namespace:tcu
40 } // x11
tcuX11EglPlatform.hpp 33 namespace x11 namespace in namespace:tcu
48 } // x11
tcuX11.hpp 23 * \brief X11 utilities.
31 #include <X11/Xlib.h>
32 #include <X11/Xutil.h>
33 #include <X11/keysym.h>
34 #include <X11/Xatom.h>
38 namespace x11 namespace in namespace:tcu
110 } // x11
tcuX11Platform.cpp 21 * \brief X11 Platform.
44 namespace x11 namespace in namespace:tcu
123 x11::egl::Platform m_eglPlatform;
142 } // x11
147 return new tcu::x11::X11Platform();
tcuX11EglPlatform.cpp 32 namespace x11 namespace in namespace:tcu
105 Display (MovePtr<x11::Display> x11Display)
114 x11::Display& getX11Display (void) { return *m_display; }
119 UniquePtr<x11::Display> m_display;
144 x11::Window m_window;
182 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES)
223 Pixmap (MovePtr<x11::Pixmap> x11Pixmap)
231 UniquePtr<x11::Pixmap> m_pixmap;
238 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
251 MovePtr<x11::Pixmap> x11Pixmap (new x11::Pixmap(display->getX11Display()
    [all...]
tcuX11.cpp 21 * \brief X11 utilities.
28 #include <X11/Xutil.h>
32 namespace x11 namespace in namespace:tcu
245 } // x11
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
51 x11 = *((uint32*)(ref + 4)); /* H G F E */
55 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
56 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
57 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
62 /* process x11 & x14 */
63 x11 = sad_4pixel(x11, x14, x9)
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
158 BIC x10, x10, x11, lsl #(32-SHIFT); local
159 MVN x11, x11, lsr #SHIFT; local
160 BIC x11, x11, x12, lsl #(32-SHIFT); local
175 LDR x11, [ref, #4]; local
181 BIC x10, x10, x11, lsl #(32-SHIFT); local
182 MVN x11, x11, lsr #SHIFT; local
183 BIC x11, x11, x12, lsl #(32-SHIFT); local
202 RSBS x11, dmin, x10, lsr #16 local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
106 x11 = *((uint32*)(ref + 4));
110 /* process x11 & x14 */
111 x11 = sad_4pixel(x11, x14, x9);
119 x5 = x5 + x11; /* accumulate low bytes */
120 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
293 LDR x11, [ref, #4]; local
320 RSBS x11, dmin, x10, lsr #16; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
test.c 18 MixDisplayX11 *x11 = mix_displayx11_new (); local
20 MixDisplay *base = MIX_DISPLAY (x11);
26 mix_displayx11_set_drawable (x11, drawable);
28 /* clone x11 */
30 x11_clone = (MixDisplayX11 *) mix_display_dup (MIX_DISPLAY (x11));
41 mix_display_unref (MIX_DISPLAY (x11));
50 MixDisplayX11 *x11 = mix_displayx11_new (); local
51 mix_displayx11_set_drawable (x11, 1024);
53 mix_videoinitparams_set_display (init_params, MIX_DISPLAY (x11));
57 mix_display_unref (MIX_DISPLAY (x11));
67 MixDisplayX11 *x11 = mix_displayx11_new (); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
54 x11 = *((uint32*)(ref + 4)); /* H G F E */
58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
65 /* process x11 & x14 */
66 x11 = sad_4pixel(x11, x14, x9)
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
162 BIC x10, x10, x11, lsl #(32-SHIFT); local
163 MVN x11, x11, lsr #SHIFT; local
164 BIC x11, x11, x12, lsl #(32-SHIFT); local
179 LDR x11, [ref, #4]; local
185 BIC x10, x10, x11, lsl #(32-SHIFT); local
186 MVN x11, x11, lsr #SHIFT; local
187 BIC x11, x11, x12, lsl #(32-SHIFT); local
206 RSBS x11, dmin, x10, lsr #16 local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
109 x11 = *((uint32*)(ref + 4));
113 /* process x11 & x14 */
114 x11 = sad_4pixel(x11, x14, x9);
122 x5 = x5 + x11; /* accumulate low bytes */
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
296 LDR x11, [ref, #4]; local
323 RSBS x11, dmin, x10, lsr #16; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 63 } x11; variable in typeref:struct:__anon6883
struct2.c 60 } x11; variable in typeref:struct:__anon6884
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_syswm.h 70 #include <X11/Xlib.h>
71 #include <X11/Xatom.h>
142 } x11; member in union:SDL_SysWMmsg::__anon44510
193 Display *display; /**< The X11 display */
194 Window window; /**< The X11 window */
195 } x11; member in union:SDL_SysWMinfo::__anon44516
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_syswm.h 70 #include <X11/Xlib.h>
71 #include <X11/Xatom.h>
142 } x11; member in union:SDL_SysWMmsg::__anon44619
193 Display *display; /**< The X11 display */
194 Window window; /**< The X11 window */
195 } x11; member in union:SDL_SysWMinfo::__anon44625
  /prebuilts/misc/windows/sdl2/include/
SDL_syswm.h 66 #include <X11/Xlib.h>
67 #include <X11/Xatom.h>
136 } x11; member in union:SDL_SysWMmsg::__anon44697
181 Display *display; /**< The X11 display */
182 Window window; /**< The X11 window */
183 } x11; member in union:SDL_SysWMinfo::__anon44703
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_syswm.h 70 #include <X11/Xlib.h>
71 #include <X11/Xatom.h>
142 } x11; member in union:SDL_SysWMmsg::__anon44792
193 Display *display; /**< The X11 display */
194 Window window; /**< The X11 window */
195 } x11; member in union:SDL_SysWMinfo::__anon44798
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
134 x11 = j11;
143 QUARTERROUND( x3, x7,x11,x15)
145 QUARTERROUND( x1, x6,x11,x12)
160 x11 = PLUS(x11,j11);
178 x11 = XOR(x11,U8TO32_LITTLE(m + 44));
202 U32TO8_LITTLE(c + 44,x11);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP224K1FieldElement.java 166 int[] x11 = Nat224.create(); local
167 SecP224K1Field.squareN(x8, 3, x11);
168 SecP224K1Field.multiply(x11, x3, x11);
169 int[] x19 = x11;
170 SecP224K1Field.squareN(x11, 8, x19);
SecP256K1FieldElement.java 160 int[] x11 = x9; local
161 SecP256K1Field.squareN(x9, 2, x11);
162 SecP256K1Field.multiply(x11, x2, x11);
164 SecP256K1Field.squareN(x11, 11, x22);
165 SecP256K1Field.multiply(x22, x11, x22);
166 int[] x44 = x11;
  /external/clang/test/CodeGen/
override-layout.c 95 // CHECK: Type: struct X11
96 struct PACKED X11 {
145 struct X11 x11; local
146 typedef int X11array[sizeof(struct X11)];
147 x11.y = sizeof(struct X11);
  /external/lzma/Asm/x86/
7zAsm.asm 77 x11 equ r11d define
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 80 x11 RN 11 label
151 ;// x10 x11 x12
163 LDRB x11, [pSrc1, #+1]
171 ORR x11x10, x10, x11, LSL #16
172 ORR x12x11, x11, x12, LSL #16
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 186 x9, x10, x11, x12, x13, x14, x15; local
210 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
228 QROUND_WORDS( x3, x7,x11,x15)
230 QROUND_WORDS( x1, x6,x11,x12)
262 op[11] = REVW_BE(REVW_BE(ip[11]) ^ (x11 + kp[7]));
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 361 tran_high_t x11 = input[10]; local
378 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
379 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
396 x11 = fdct_round_shift(s3 - s11);
413 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
414 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
431 x11 = fdct_round_shift(s11 + s15);
449 s11 = x11;
466 x11 = s9 - s11;
477 s10 = cospi_16_64 * (x10 + x11);
    [all...]

Completed in 1102 milliseconds

1 2 3