OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nVertices
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderAdjacency.cpp
388
glw::GLuint
nVertices
= m_test_data.m_n_vertices * ((m_test_data.m_mode == m_glExtTokens.LINE_STRIP_ADJACENCY ||
396
gl.drawElements(m_test_data.m_mode,
nVertices
, GL_UNSIGNED_INT, 0);
401
gl.drawArrays(m_test_data.m_mode, 0,
nVertices
);
/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)
Completed in 335 milliseconds