Searched refs:pr (Results 126 - 150 of 210) sorted by last modified time

123456789

/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1425 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.cpp203 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
H A DglsShaderExecUtil.cpp514 glu::pr::Points(numValues));
775 glu::pr::Points(numValues));
H A DglsShaderLibraryCase.cpp938 (pr::Patches(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])) :
939 (pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])),
H A DglsShaderRenderCase.cpp641 draw(m_renderCtx, programID, (int)vertexArrays.size(), &vertexArrays[0], pr::Triangles(numElements, quadGrid.getIndices()));
H A DglsTextureTestUtil.cpp1445 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
H A DglsUniformBlockCase.cpp1920 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp205 namespace pr namespace in namespace:glu
239 } // pr
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp901 const tcu::Vector<deInt64,2> pr = diamondPosition;
902 const float t = tcu::dot((pr - pa).asFloat(), (pb - pa).asFloat()) / tcu::lengthSquared(pb.asFloat() - pa.asFloat());
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp318 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
410 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
516 glu::pr::Points((int)coords.size()));
624 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCCW), &indicesCCW[0]));
628 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCW), &indicesCW[0]));
H A Des2fShaderFragDataTests.cpp196 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
/external/deqp/modules/gles3/functional/
H A Des3fFragDepthTests.cpp178 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
184 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
227 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
355 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
393 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
/external/cmockery/cmockery_0_1_2/
H A Dconfigure574 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
578 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
657 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
659 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
663 | --program-pre | --program-pr | --program-p)
666 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc478 T pr = func_cas(a, cc, v); local
485 if (pr == cc)
487 *c = pr;
/external/clang/test/CodeGenCXX/
H A Dconstructor-conversion.cpp17 void pr(void) { function in class:X
23 arg.pr();
29 a.pr();
33 b.pr();
38 a.pr();
H A Dconstructor-for-array-members.cpp21 void pr() { function in struct:M
38 m1.pr();
H A Dcopy-assign-synthesis-1.cpp12 void pr() { function in struct:B
28 void pr() { function in struct:M
41 void pr() { function in struct:N
46 B::pr();
62 void pr() { function in struct:Q
74 void pr() { function in struct:X
76 M::pr(); N::pr();
77 q1.pr(); q2.pr();
[all...]
H A Dcopy-assign-synthesis.cpp10 void pr() { function in struct:B
24 void pr() { function in struct:M
37 void pr() { function in struct:N
39 B::pr();
47 void pr() { function in struct:Q
59 void pr() { function in struct:X
61 M::pr(); N::pr();
62 q1.pr(); q2.pr();
[all...]
H A Dcopy-constructor-synthesis.cpp29 void pr() { function in struct:X
78 void pr() { function in struct:XM
93 b.pr();
96 c.pr();
100 m1.pr();
H A Ddebug-info-qualifiers.cpp23 // CHECK: metadata ![[PR:[0-9]+]], i32 0, i32 0} ; [ DW_TAG_auto_variable ] [pr] [line [[@LINE+2]]]
25 auto pr = &A::r; local
H A Dfield-access-debug-info.cpp4 // CHECK: [ DW_TAG_member ] [pr] [{{[^]]*}}] [private] [from int]
10 int pr; member in class:A
H A Dmulti-dim-operator-new.cpp24 void pr(T a) { function
36 pr(f);
38 pr(f);
H A Dptr-to-datamember.cpp44 void pr(const F& b) { function
50 pr(a1.*af);
55 pr(a1.*af);
60 pr(a1.*af);
65 pr(pa->*af);
70 pr(pa->*af);
75 pr(pa->*af);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1206 constexpr float pr = __real *p; // expected-error {{constant expr}} expected-note {{cannot access real component of null}}

Completed in 743 milliseconds

123456789