HomeSort by relevance Sort by last modified time
    Searched refs:GL_STATIC_DRAW (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles2/stress/
es2sLongRunningTests.cpp 192 GL_STATIC_DRAW, GL_STATIC_DRAW));
242 GL_STATIC_DRAW, GL_STATIC_DRAW));
279 GL_STATIC_DRAW, GL_STATIC_DRAW));
321 GL_STATIC_DRAW, GL_STATIC_DRAW));
349 GL_STATIC_DRAW, GL_STATIC_DRAW));
    [all...]
  /external/deqp/modules/gles3/stress/
es3sLongRunningTests.cpp 192 GL_STATIC_DRAW, GL_STATIC_DRAW));
242 GL_STATIC_DRAW, GL_STATIC_DRAW));
279 GL_STATIC_DRAW, GL_STATIC_DRAW));
321 GL_STATIC_DRAW, GL_STATIC_DRAW));
349 GL_STATIC_DRAW, GL_STATIC_DRAW));
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_stream_draw_unittest.cc 78 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_green, GL_STATIC_DRAW);
107 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_green, GL_STATIC_DRAW);
110 GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW);
143 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_green, GL_STATIC_DRAW);
  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.cpp 60 glBufferData(GL_ARRAY_BUFFER, size, data, GL_STATIC_DRAW);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESbuffer.h 26 GLESbuffer():ObjectData(BUFFER_DATA),m_size(0),m_usage(GL_STATIC_DRAW),m_data(NULL),m_wasBound(false){}
  /external/chromium_org/third_party/angle/tests/angle_tests/
BufferDataTest.cpp 86 glBufferData(GL_ARRAY_BUFFER, bufferSize, NULL, GL_STATIC_DRAW);
130 glBufferData(GL_ARRAY_BUFFER, hugeSize, data, GL_STATIC_DRAW);
LineLoopTest.cpp 159 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW);
173 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW);
192 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW);
ProgramBinaryTest.cpp 45 glBufferData(GL_ARRAY_BUFFER, 128, NULL, GL_STATIC_DRAW);
IndexedPointsTest.cpp 70 glBufferData(GL_ARRAY_BUFFER, vertices.size() * sizeof(GLfloat), vertices.data(), GL_STATIC_DRAW);
75 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices.size() * sizeof(IndexType), indices.data(), GL_STATIC_DRAW);
PBOExtensionTest.cpp 25 glBufferData(GL_PIXEL_PACK_BUFFER, 4 * getWindowWidth() * getWindowHeight(), NULL, GL_STATIC_DRAW);
  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 446 GL_STATIC_DRAW,
555 GL_STATIC_DRAW,
602 const deUint32 usage = GL_STATIC_DRAW;
626 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996)
627 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996)
628 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996));
631 << DataStoreSpec(GL_ELEMENT_ARRAY_BUFFER, GL_STATIC_DRAW, 72)
632 << DataStoreSpec(GL_ELEMENT_ARRAY_BUFFER, GL_STATIC_DRAW, 72)
633 << DataStoreSpec(GL_ELEMENT_ARRAY_BUFFER, GL_STATIC_DRAW, 72));
636 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 504
    [all...]
es2fBufferObjectQueryTests.cpp 222 GL_STATIC_DRAW, GL_DYNAMIC_DRAW, GL_STREAM_DRAW
225 m_verifier->verifyInteger(m_testCtx, m_bufferTarget, GL_BUFFER_USAGE, GL_STATIC_DRAW);
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 454 GL_STATIC_DRAW,
576 GL_STATIC_DRAW,
618 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996)
619 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996)
620 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996));
623 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72)
624 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72)
625 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72));
628 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 504)
629 << DataStoreSpec(GL_COPY_READ_BUFFER, GL_STATIC_DRAW, 504
    [all...]
es3fBufferCopyTests.cpp 268 const deUint32 hint = GL_STATIC_DRAW;
306 deUint32 hint = GL_STATIC_DRAW;
331 const deUint32 hint = GL_STATIC_DRAW;
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager_unittest.cc 125 EXPECT_EQ(static_cast<GLenum>(GL_STATIC_DRAW), buffer1->usage());
198 DoBufferData(buffer, sizeof(data), GL_STATIC_DRAW, NULL, GL_NO_ERROR);
205 DoBufferData(buffer, 1, GL_STATIC_DRAW, NULL, GL_NO_ERROR);
220 DoBufferData(buffer, sizeof(data), GL_STATIC_DRAW, NULL, GL_NO_ERROR);
232 DoBufferData(buffer, size / 2, GL_STATIC_DRAW, NULL, GL_NO_ERROR);
246 DoBufferData(buffer, sizeof(data), GL_STATIC_DRAW, NULL, GL_NO_ERROR);
282 DoBufferData(buffer, sizeof(data), GL_STATIC_DRAW, NULL, GL_NO_ERROR);
321 DoBufferData(buffer, sizeof(data), GL_STATIC_DRAW, NULL, GL_NO_ERROR);
363 DoBufferData(buffer.get(), sizeof(data), GL_STATIC_DRAW, NULL, GL_NO_ERROR);
400 DoBufferData(buffer, sizeof(data1), GL_STATIC_DRAW, data1, GL_NO_ERROR)
    [all...]
vertex_attrib_manager_unittest.cc 154 gl_.get(), &error_state, &buffer_manager, buffer, 15, GL_STATIC_DRAW,
159 gl_.get(), &error_state, &buffer_manager, buffer, 16, GL_STATIC_DRAW,
168 gl_.get(), &error_state, &buffer_manager, buffer, 32, GL_STATIC_DRAW,
  /external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp 78 ctx.bufferData(GL_ARRAY_BUFFER, DE_LENGTH_OF_ARRAY(position)*sizeof(float), &position[0], GL_STATIC_DRAW);
89 ctx.bufferData(GL_ARRAY_BUFFER, DE_LENGTH_OF_ARRAY(coord)*sizeof(float), &coord[0], GL_STATIC_DRAW);
102 ctx.bufferData(GL_ELEMENT_ARRAY_BUFFER, DE_LENGTH_OF_ARRAY(indices)*sizeof(deUint16), &indices[0], GL_STATIC_DRAW);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
RendererES3.cpp 96 glBufferData(GL_ARRAY_BUFFER, sizeof(QUAD), &QUAD[0], GL_STATIC_DRAW);
100 glBufferData(GL_ARRAY_BUFFER, MAX_INSTANCES * 2*sizeof(float), NULL, GL_STATIC_DRAW);
RendererES2.cpp 95 glBufferData(GL_ARRAY_BUFFER, sizeof(QUAD), &QUAD[0], GL_STATIC_DRAW);
  /external/chromium_org/cc/output/
geometry_binding.cc 61 GL_ARRAY_BUFFER, sizeof(quad_list), quad_list, GL_STATIC_DRAW));
67 GL_STATIC_DRAW));
  /frameworks/native/opengl/libagl/
BufferObjectManager.cpp 62 bo->usage = GL_STATIC_DRAW;
  /external/replicaisland/src/com/replica/replicaisland/
Grid.java 351 mVertexBuffer, GL11.GL_STATIC_DRAW);
362 mTexCoordBuffer, GL11.GL_STATIC_DRAW);
377 GL11.GL_STATIC_DRAW);
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp 61 GL_STATIC_DRAW );
82 glBufferData( GL_ARRAY_BUFFER, iStride * num_vertices_, p, GL_STATIC_DRAW );
  /external/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.cpp 361 gl.bufferData(GL_ARRAY_BUFFER, 4 * 3 * m_spec.triangleCount * m_spec.drawCallCount, &(m_staticAttributeDatas[attribute][0]), GL_STATIC_DRAW);
375 gl.bufferData(GL_ARRAY_BUFFER, 4 * 3 * m_spec.triangleCount, &(m_staticAttributeDatas[attribute][0]), GL_STATIC_DRAW);
392 gl.bufferData(GL_ARRAY_BUFFER, 4 * 3 * m_spec.triangleCount * m_spec.drawCallCount, &(m_dynamicAttributeDatas[attribute][0]), GL_STATIC_DRAW);
410 gl.bufferData(GL_ARRAY_BUFFER, 4 * 3 * m_spec.triangleCount * m_spec.drawCallCount, &(m_dynamicAttributeDatas[attribute][0]), GL_STATIC_DRAW);
434 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, 3 * m_spec.triangleCount, &(m_dynamicIndexData[drawNdx * m_spec.triangleCount * 3]), GL_STATIC_DRAW);
446 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, 3 * m_spec.triangleCount * m_spec.drawCallCount, &(m_dynamicIndexData[0]), GL_STATIC_DRAW);
460 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, 3 * m_spec.triangleCount * m_spec.drawCallCount, &(m_staticIndexData[0]), GL_STATIC_DRAW);
472 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, 3 * m_spec.triangleCount, &(m_staticIndexData[0]), GL_STATIC_DRAW);
    [all...]
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 197 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW);
201 gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer, GL11.GL_STATIC_DRAW);

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8 91011>>