OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nVertices
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java
55
int
nVertices
= iMax * iMax;
56
if (
nVertices
> Short.MAX_VALUE) {
65
mVertices = ByteBuffer.allocateDirect(
nVertices
* 5 * FLOAT_SIZE)
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp
946
bool CPVRTPrint3D::DrawLine(SPVRTPrint3DAPIVertex *pVtx, unsigned int
nVertices
)
948
if(!
nVertices
)
951
_ASSERT((
nVertices
% 4) == 0);
952
_ASSERT((
nVertices
/4) < MAX_LETTERS);
954
while(m_nVtxCache + (int)
nVertices
> m_nVtxCacheMax) {
955
if(m_nVtxCache +
nVertices
> MAX_CACHED_VTX) {
976
memcpy(&m_pVtxCache[m_nVtxCache], pVtx,
nVertices
* sizeof(*pVtx));
977
m_nVtxCache +=
nVertices
;
[
all
...]
PVRTPrint3D.h
285
bool DrawLine(SPVRTPrint3DAPIVertex *pVtx, unsigned int
nVertices
);
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar
Completed in 526 milliseconds