HomeSort by relevance Sort by last modified time
    Searched refs:POINT (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
test_ctypes.py 9 class POINT(Structure):
12 _fields_ = [("a", POINTER(POINT))]
  /external/python/cpython2/Lib/test/leakers/
test_ctypes.py 8 class POINT(Structure):
11 _fields_ = [("a", POINTER(POINT))]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
136 if (ef[e0]) POINT( v[0] );
137 if (ef[e1]) POINT( v[1] );
138 if (ef[e2]) POINT( v[2] );
139 if (ef[e3]) POINT( v[3] );
  /external/python/cpython2/Lib/ctypes/test/
test_keeprefs.py 45 class POINT(Structure):
48 _fields_ = [("ul", POINT), ("lr", POINT)]
58 pt = POINT(1, 2)
64 r.lr = POINT()
130 class POINT(Structure):
133 _fields_ = [("a", POINTER(POINT)),
134 ("b", POINTER(POINT))]
136 p1 = POINT(1, 2)
150 del _pointer_type_cache[POINT]
    [all...]
test_win32.py 81 class POINT(Structure):
93 pt = POINT(15, 25)
100 PointInRect.argtypes = [POINTER(RECT), POINT]
104 ReturnRect.argtypes = [c_int, RECT, POINTER(RECT), POINT, RECT,
105 POINTER(RECT), POINT, RECT]
test_as_parameter.py 14 class POINT(Structure):
144 ptin = POINT(1, 2)
145 ptout = POINT()
146 # EXPORT int _testfunc_byval(point in, point *pout)
153 ptin = POINT(101, 102)
154 ptout = POINT()
155 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
test_functions.py 23 class POINT(Structure):
316 ptin = POINT(1, 2)
317 ptout = POINT()
318 # EXPORT int _testfunc_byval(point in, point *pout)
325 ptin = POINT(101, 102)
326 ptout = POINT()
327 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
394 proto = CFUNCTYPE(c_int, RECT, POINT)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_keeprefs.py 45 class POINT(Structure):
48 _fields_ = [("ul", POINT), ("lr", POINT)]
58 pt = POINT(1, 2)
64 r.lr = POINT()
129 class POINT(Structure):
132 _fields_ = [("a", POINTER(POINT)),
133 ("b", POINTER(POINT))]
135 p1 = POINT(1, 2)
149 del _pointer_type_cache[POINT]
    [all...]
test_as_parameter.py 14 class POINT(Structure):
147 ptin = POINT(1, 2)
148 ptout = POINT()
149 # EXPORT int _testfunc_byval(point in, point *pout)
156 ptin = POINT(101, 102)
157 ptout = POINT()
158 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
test_functions.py 22 class POINT(Structure):
323 ptin = POINT(1, 2)
324 ptout = POINT()
325 # EXPORT int _testfunc_byval(point in, point *pout)
332 ptin = POINT(101, 102)
333 ptout = POINT()
334 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
404 proto = CFUNCTYPE(c_int, RECT, POINT)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_keeprefs.py 45 class POINT(Structure):
48 _fields_ = [("ul", POINT), ("lr", POINT)]
58 pt = POINT(1, 2)
64 r.lr = POINT()
129 class POINT(Structure):
132 _fields_ = [("a", POINTER(POINT)),
133 ("b", POINTER(POINT))]
135 p1 = POINT(1, 2)
149 del _pointer_type_cache[POINT]
    [all...]
test_as_parameter.py 14 class POINT(Structure):
147 ptin = POINT(1, 2)
148 ptout = POINT()
149 # EXPORT int _testfunc_byval(point in, point *pout)
156 ptin = POINT(101, 102)
157 ptout = POINT()
158 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
test_functions.py 22 class POINT(Structure):
323 ptin = POINT(1, 2)
324 ptout = POINT()
325 # EXPORT int _testfunc_byval(point in, point *pout)
332 ptin = POINT(101, 102)
333 ptout = POINT()
334 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
404 proto = CFUNCTYPE(c_int, RECT, POINT)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_keeprefs.py 45 class POINT(Structure):
48 _fields_ = [("ul", POINT), ("lr", POINT)]
58 pt = POINT(1, 2)
64 r.lr = POINT()
129 class POINT(Structure):
132 _fields_ = [("a", POINTER(POINT)),
133 ("b", POINTER(POINT))]
135 p1 = POINT(1, 2)
149 del _pointer_type_cache[POINT]
    [all...]
test_as_parameter.py 14 class POINT(Structure):
147 ptin = POINT(1, 2)
148 ptout = POINT()
149 # EXPORT int _testfunc_byval(point in, point *pout)
156 ptin = POINT(101, 102)
157 ptout = POINT()
158 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
test_functions.py 22 class POINT(Structure):
323 ptin = POINT(1, 2)
324 ptout = POINT()
325 # EXPORT int _testfunc_byval(point in, point *pout)
332 ptin = POINT(101, 102)
333 ptout = POINT()
334 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
404 proto = CFUNCTYPE(c_int, RECT, POINT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_keeprefs.py 45 class POINT(Structure):
48 _fields_ = [("ul", POINT), ("lr", POINT)]
58 pt = POINT(1, 2)
64 r.lr = POINT()
129 class POINT(Structure):
132 _fields_ = [("a", POINTER(POINT)),
133 ("b", POINTER(POINT))]
135 p1 = POINT(1, 2)
149 del _pointer_type_cache[POINT]
    [all...]
test_as_parameter.py 14 class POINT(Structure):
147 ptin = POINT(1, 2)
148 ptout = POINT()
149 # EXPORT int _testfunc_byval(point in, point *pout)
156 ptin = POINT(101, 102)
157 ptout = POINT()
158 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
test_functions.py 22 class POINT(Structure):
323 ptin = POINT(1, 2)
324 ptout = POINT()
325 # EXPORT int _testfunc_byval(point in, point *pout)
332 ptin = POINT(101, 102)
333 ptout = POINT()
334 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
404 proto = CFUNCTYPE(c_int, RECT, POINT)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_prim_assembler_tmp.h 25 #define POINT(i0) prim_point(asmblr, i0)
draw_so_emit_tmp.h 27 #define POINT(i0) so_point(so,i0)
  /external/swiftshader/src/Main/
FrameBufferWin.cpp 44 ClientToScreen(window, (POINT*)&bounds);
45 ClientToScreen(window, (POINT*)&bounds + 1);
  /external/deqp/modules/gles2/functional/
es2fScissorTests.cpp 76 { "contained_point", "Point fully inside scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 },
77 { "partial_points", "Points partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), POINT, 30 },
78 { "outside_point", "Point fully outside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.0f, 0.0f), POINT, 1 },
79 { "outside_render_point", "Point with scissor area outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 }
  /external/deqp/modules/gles3/functional/
es3fScissorTests.cpp 86 { "contained_point", "Point fully inside scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 },
87 { "partial_points", "Points partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), POINT, 30 },
88 { "outside_point", "Point fully outside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.0f, 0.0f), POINT, 1 },
89 { "outside_render_point", "Point with scissor area outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 }
108 addChild(createFramebufferClearTest(tc, rc, "clear_fixed_buffer", "Fixed point color clear", CLEAR_COLOR_FIXED));
113 addChild(createFramebufferClearTest(tc, rc, "clear_depth_stencil_buffer", "Fixed point color buffer clear", CLEAR_DEPTH_STENCIL));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
digitalv.h 351 POINT ptOffset;
352 POINT ptExtent;
364 POINT ptOffset;
365 POINT ptExtent;
375 POINT ptOffset;
376 POINT ptExtent;
397 POINT ptOffset;
398 POINT ptExtent;
420 POINT ptOffset;
421 POINT ptExtent
    [all...]

Completed in 609 milliseconds

1 2 3 4 5 6