Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 6753) sorted by relevance

12345678910>>...271

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp21 #define P(FUNC) reinterpret_cast<PROC>(FUNC) macro
26 {"glAccum", P(GL_Accum)},
27 {"glActiveShaderProgram", P(GL_ActiveShaderProgram)},
28 {"glActiveTexture", P(GL_ActiveTexture)},
29 {"glAlphaFunc", P(GL_AlphaFunc)},
30 {"glAreTexturesResident", P(GL_AreTexturesResident)},
31 {"glArrayElement", P(GL_ArrayElement)},
32 {"glAttachShader", P(GL_AttachShader)},
33 {"glBegin", P(GL_Begin)},
34 {"glBeginConditionalRender", P(GL_BeginConditionalRender)},
[all …]
/external/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp25 #define P(FUNC) reinterpret_cast<__eglMustCastToProperFunctionPointerType>(FUNC) macro
30 {"ANGLEGetDisplayPlatform", P(ANGLEGetDisplayPlatform)},
31 {"ANGLEResetDisplayPlatform", P(ANGLEResetDisplayPlatform)},
32 {"eglBindAPI", P(EGL_BindAPI)},
33 {"eglBindTexImage", P(EGL_BindTexImage)},
34 {"eglChooseConfig", P(EGL_ChooseConfig)},
35 {"eglClientWaitSync", P(EGL_ClientWaitSync)},
36 {"eglClientWaitSyncKHR", P(EGL_ClientWaitSyncKHR)},
37 {"eglCopyBuffers", P(EGL_CopyBuffers)},
38 {"eglCreateContext", P(EGL_CreateContext)},
[all …]
Dproc_table_cl_autogen.cpp21 #define P(FUNC) reinterpret_cast<void *>(FUNC) macro
29 {{"clGetPlatformIDs", P(::cl::clGetPlatformIDs)}, in GetProcTable()
30 {"clGetPlatformInfo", P(::cl::clGetPlatformInfo)}, in GetProcTable()
31 {"clGetDeviceIDs", P(::cl::clGetDeviceIDs)}, in GetProcTable()
32 {"clGetDeviceInfo", P(::cl::clGetDeviceInfo)}, in GetProcTable()
33 {"clCreateContext", P(::cl::clCreateContext)}, in GetProcTable()
34 {"clCreateContextFromType", P(::cl::clCreateContextFromType)}, in GetProcTable()
35 {"clRetainContext", P(::cl::clRetainContext)}, in GetProcTable()
36 {"clReleaseContext", P(::cl::clReleaseContext)}, in GetProcTable()
37 {"clGetContextInfo", P(::cl::clGetContextInfo)}, in GetProcTable()
[all …]
/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp40 typedef std::pair<int,int> P; in test() typedef
41 P array[] = in test()
43 P(0, 1), in test()
44 P(0, 2), in test()
45 P(1, 1), in test()
46 P(1, 2), in test()
47 P(2, 1), in test()
48 P(2, 2), in test()
49 P(3, 1), in test()
50 P(3, 2), in test()
[all …]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp41 typedef std::pair<int,int> P; in test() typedef
42 P array[] = in test()
44 P(0, 1), in test()
45 P(0, 2), in test()
46 P(1, 1), in test()
47 P(1, 2), in test()
48 P(2, 1), in test()
49 P(2, 2), in test()
50 P(3, 1), in test()
51 P(3, 2), in test()
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec2.hpp18 template <typename T, precision P = defaultp>
24 typedef tvec2<T, P> type;
25 typedef tvec2<bool, P> bool_type;
50 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, x, y)
51 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, r, g)
52 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, s, t)
53 _GLM_SWIZZLE2_3_MEMBERS(T, P, glm::tvec3, x, y)
54 _GLM_SWIZZLE2_3_MEMBERS(T, P, glm::tvec3, r, g)
55 _GLM_SWIZZLE2_3_MEMBERS(T, P, glm::tvec3, s, t)
56 _GLM_SWIZZLE2_4_MEMBERS(T, P, glm::tvec4, x, y)
[all …]
Dtype_vec3.hpp18 template <typename T, precision P = defaultp>
24 typedef tvec3<T, P> type;
25 typedef tvec3<bool, P> bool_type;
50 _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, x, y, z)
51 _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, r, g, b)
52 _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, s, t, p)
53 _GLM_SWIZZLE3_3_MEMBERS(T, P, glm::tvec3, x, y, z)
54 _GLM_SWIZZLE3_3_MEMBERS(T, P, glm::tvec3, r, g, b)
55 _GLM_SWIZZLE3_3_MEMBERS(T, P, glm::tvec3, s, t, p)
56 _GLM_SWIZZLE3_4_MEMBERS(T, P, glm::tvec4, x, y, z)
[all …]
Dtype_vec1.hpp19 template <typename T, precision P = defaultp>
25 typedef tvec1<T, P> type;
26 typedef tvec1<bool, P> bool_type;
89 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec1(tvec1<T, P> const & v) GLM_DEFAULT;
126 GLM_FUNC_DECL tvec1<T, P> & operator=(tvec1<T, P> const & v) GLM_DEFAULT;
129 GLM_FUNC_DECL tvec1<T, P> & operator=(tvec1<U, P> const & v);
131 GLM_FUNC_DECL tvec1<T, P> & operator+=(U scalar);
133 GLM_FUNC_DECL tvec1<T, P> & operator+=(tvec1<U, P> const & v);
135 GLM_FUNC_DECL tvec1<T, P> & operator-=(U scalar);
137 GLM_FUNC_DECL tvec1<T, P> & operator-=(tvec1<U, P> const & v);
[all …]
Dtype_vec4.hpp18 template <typename T, precision P = defaultp>
24 typedef tvec4<T, P> type;
25 typedef tvec4<bool, P> bool_type;
49 typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data;
52 _GLM_SWIZZLE4_2_MEMBERS(T, P, glm::tvec2, x, y, z, w)
53 _GLM_SWIZZLE4_2_MEMBERS(T, P, glm::tvec2, r, g, b, a)
54 _GLM_SWIZZLE4_2_MEMBERS(T, P, glm::tvec2, s, t, p, q)
55 _GLM_SWIZZLE4_3_MEMBERS(T, P, glm::tvec3, x, y, z, w)
56 _GLM_SWIZZLE4_3_MEMBERS(T, P, glm::tvec3, r, g, b, a)
57 _GLM_SWIZZLE4_3_MEMBERS(T, P, glm::tvec3, s, t, p, q)
[all …]
Dtype_mat2x2.hpp14 template <typename T, precision P = defaultp>
17 typedef tvec2<T, P> col_type;
18 typedef tvec2<T, P> row_type;
19 typedef tmat2x2<T, P> type;
20 typedef tmat2x2<T, P> transpose_type;
30 GLM_FUNC_DECL tmat2x2(tmat2x2<T, P> const & m) GLM_DEFAULT;
52 tvec2<U, P> const & v1,
53 tvec2<V, P> const & v2);
60 GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat3x3<T, P> const & x);
61 GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat4x4<T, P> const & x);
[all …]
/external/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
Deq.pass.cpp31 typedef int P; in main() typedef
32 P a[] = in main()
34 P(10), in main()
35 P(20), in main()
36 P(20), in main()
37 P(30), in main()
38 P(40), in main()
39 P(50), in main()
40 P(50), in main()
41 P(50), in main()
[all …]
/external/libcxx/test/std/containers/unord/unord.multiset/
Deq.pass.cpp31 typedef int P; in main() typedef
32 P a[] = in main()
34 P(10), in main()
35 P(20), in main()
36 P(20), in main()
37 P(30), in main()
38 P(40), in main()
39 P(50), in main()
40 P(50), in main()
41 P(50), in main()
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.hpp33 template <typename T, precision P = defaultp>
38 typedef tquat<T, P> type;
57 typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data;
82 GLM_FUNC_DECL GLM_CONSTEXPR tquat(tquat<T, P> const & q) GLM_DEFAULT;
89 GLM_FUNC_DECL GLM_CONSTEXPR tquat(T const & s, tvec3<T, P> const & v);
99 GLM_FUNC_DECL explicit operator tmat3x3<T, P>();
100 GLM_FUNC_DECL explicit operator tmat4x4<T, P>();
109 GLM_FUNC_DECL tquat(tvec3<T, P> const & u, tvec3<T, P> const & v);
112 GLM_FUNC_DECL GLM_EXPLICIT tquat(tvec3<T, P> const & eulerAngles);
113 GLM_FUNC_DECL GLM_EXPLICIT tquat(tmat3x3<T, P> const & m);
[all …]
/external/libcxx/test/std/containers/unord/unord.multimap/
Deq.pass.cpp32 typedef std::pair<int, std::string> P; in main() typedef
33 P a[] = in main()
35 P(10, "ten"), in main()
36 P(20, "twenty"), in main()
37 P(20, "twenty 2"), in main()
38 P(30, "thirty"), in main()
39 P(40, "forty"), in main()
40 P(50, "fifty"), in main()
41 P(50, "fifty 2"), in main()
42 P(50, "fifty 3"), in main()
[all …]
/external/llvm-project/libcxx/test/std/containers/unord/unord.multimap/
Deq.pass.cpp32 typedef std::pair<int, std::string> P; in main() typedef
33 P a[] = in main()
35 P(10, "ten"), in main()
36 P(20, "twenty"), in main()
37 P(20, "twenty 2"), in main()
38 P(30, "thirty"), in main()
39 P(40, "forty"), in main()
40 P(50, "fifty"), in main()
41 P(50, "fifty 2"), in main()
42 P(50, "fifty 3"), in main()
[all …]
/external/llvm-project/clang/test/Analysis/
Dsmart-ptr.cpp13 void derefAfterMove(std::unique_ptr<int> P) { in derefAfterMove() argument
14 std::unique_ptr<int> Q = std::move(P); in derefAfterMove()
18 if (P) in derefAfterMove()
21 *P.get() = 1; // expected-warning {{Method called on moved-from object 'P' [cplusplus.Move]}} in derefAfterMove()
46 std::unique_ptr<A> P(new A()); in derefAfterValidCtr() local
48 P->foo(); // No warning. in derefAfterValidCtr()
51 void derefOfUnknown(std::unique_ptr<A> P) { in derefOfUnknown() argument
52 P->foo(); // No warning. in derefOfUnknown()
56 std::unique_ptr<A> P; in derefAfterDefaultCtr() local
58 P->foo(); // expected-warning {{Dereference of null smart pointer 'P' [alpha.cplusplus.SmartPtr]}} in derefAfterDefaultCtr()
[all …]
/external/libcxx/test/std/containers/unord/unord.set/
Deq.pass.cpp31 typedef int P; in main() typedef
32 P a[] = in main()
34 P(10), in main()
35 P(20), in main()
36 P(30), in main()
37 P(40), in main()
38 P(50), in main()
39 P(60), in main()
40 P(70), in main()
41 P(80) in main()
[all …]
/external/llvm-project/libcxx/test/std/containers/unord/unord.set/
Deq.pass.cpp31 typedef int P; in main() typedef
32 P a[] = in main()
34 P(10), in main()
35 P(20), in main()
36 P(30), in main()
37 P(40), in main()
38 P(50), in main()
39 P(60), in main()
40 P(70), in main()
41 P(80) in main()
[all …]
/external/python/cryptography/vectors/cryptography_vectors/keywrap/kwtestvectors/
DKWP_AE_256_inv.txt11 P = 63
16 P = 00
21 P = 4c
26 P = cc
31 P = cf
36 P = ea
41 P = 01
46 P = ae
51 P = a0
56 P = 83
[all …]
DKW_AE_128_inv.txt11 P = d140ac16a44c1c2b3f47037ea8898a3e
16 P = 70e32a43627e95434400c4408466a1a5
21 P = fa427a951705cbe4068173edea8d223e
26 P = f4617c842ea118bf539622a44b8488e2
31 P = d91af3827722dc18eee9d237490b2b5e
36 P = 402737e04dd659595c8ce78f6ee02450
41 P = e3c76b149245e997b6c5c7a495d2f203
46 P = 9638134cb033e5ff3ed6fe6741541833
51 P = 113d183b1eff1db388b5c04fd35f0f6a
56 P = 394cb29235155600728cebae9f3d2c3b
[all …]
DKW_AE_256_inv.txt11 P = ecafc437d9f1643c7645c2416c14c003
16 P = dbce47489d9af4702c198b6371ed21c4
21 P = 66f7f69c963d2175c85238e7ecd87d69
26 P = ba553c307b4c11a43b7a36c1a17343c0
31 P = 24fb4503d35b340a974985f99c881944
36 P = 915f4082d9266e75ee2f03a6113d3169
41 P = ad61033631507277c9b9994c76daaecf
46 P = ea25c1b4092afa0ab5e5da91cf9bec14
51 P = 3e7b3d7d6957d76a9cf343cb85efe269
56 P = 0a33537958892a673a153ef726a25ea9
[all …]
DTKW_AE.txt11 P = ef7da3da918d0679
16 P = ded6f66fbdc841d8
21 P = c5d34b7b9070b2e4
26 P = 07b42842f8de9b78
31 P = 05acf89520033773
36 P = a9abbe4e117275b4
41 P = 8456b26a2b59709e
46 P = 6ed3fd322f014196
51 P = 3205ffdd60acdfcb
56 P = a9ecc0d177682857
[all …]
DTKW_AE_inv.txt11 P = b9e7e7b361a5c112
16 P = e19b0e00d6cc2d5a
21 P = c4c0331c6f5e433b
26 P = 089272d066a9cae9
31 P = 56975b6b8dd5161c
36 P = cb805f4ffb71fa92
41 P = f1430ee694b636ac
46 P = fee85f5c86d9e870
51 P = 856f02add747fd62
56 P = 5ae34153b1cb47f5
[all …]
DKW_AE_192.txt11 P = 8484e414b091f8a9f72cfd13087ddec1
16 P = e1b6755d191deeed4453ef8fb934ceeb
21 P = b78ca7dfc63bf7d535e39b09a8a66fd9
26 P = 56554025de6bd3597f83023b9a0c1315
31 P = a9a154e7436041104f01af13afd30124
36 P = 5d796b2ae69a9e10553b7d1a54ce27a2
41 P = f322ca8fe4daf5f05bab30f39fe8afa3
46 P = 3ee9367f631fb375ba47241966ad4ab8
51 P = 819ab34d52dd6ff0bb50a77c23d8e963
56 P = b6d822e92734f64f744d992ab294d6be
[all …]
DKWP_AE_192_inv.txt11 P = a0
16 P = fc
21 P = d4
26 P = 50
31 P = de
36 P = 33
41 P = 62
46 P = 4f
51 P = 24
56 P = 3d
[all …]

12345678910>>...271