Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 6768) 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/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/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/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/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/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/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/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/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/python/cryptography/vectors/cryptography_vectors/keywrap/kwtestvectors/
DKW_AE_256.txt11 P = 73d33060b5f9f2eb5785c0703ddfa704
16 P = f6c00a3078ca85a4e3b95eac262f5ef1
21 P = d56eca85b26ec4a3e6a3f5920976c282
26 P = a547c5adb4fcba4a0d370c4eba035541
31 P = 2399b2c0e572d8d7f04dcd8f1afc0895
36 P = ac7f7a9498fdf00ce30b8e9fadc1b045
41 P = f584adeee237ee71601d2b4746a4396e
46 P = f90c279e9e6423804a6505e8effd924c
51 P = 2f4ddadc8adfa36ed95764c101b7387e
56 P = 971d65cd94c580ca37560464b002805c
[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 …]
DKWP_AE_128.txt11 P = 49
16 P = 3e
21 P = 0f
26 P = 3d
31 P = 13
36 P = e3
41 P = 88
46 P = 8e
51 P = 41
56 P = cc
[all …]
DKWP_AE_192.txt11 P = 76
16 P = 87
21 P = 34
26 P = 65
31 P = a4
36 P = 8b
41 P = d1
46 P = 3c
51 P = 21
56 P = 7e
[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 …]
DKWP_AE_256.txt11 P = d1
16 P = ad
21 P = 6c
26 P = 39
31 P = fe
36 P = c9
41 P = e6
46 P = 60
51 P = dc
56 P = 4a
[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 …]
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 …]
DKW_AE_128.txt11 P = 42136d3c384a3eeac95a066fd28fed3f
16 P = e19a9d9368a9e43cf292fec8d959e066
21 P = 42cec24ee7fbcd0f278a71f3ac59c4fb
26 P = 7d54035e9ffb5d9b7777ac71a9c05636
31 P = 3370471b6dc3ebdd520eec1a04c3153e
36 P = 4807beb7026bbcdc819368e8c573fc61
41 P = 04f1cb3ab9beaca5ae6236ded50eda3a
46 P = 64349d506ae85ecd84459c7a5c423f55
51 P = 711b95988c29e2d16a9d0a2cc0debd02
56 P = 26f0901a81d93efa9962d00b02a96cfd
[all …]

12345678910>>...271