HomeSort by relevance Sort by last modified time
    Searched refs:GL_STATIC_DRAW (Results 26 - 50 of 304) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 857 ctx.bufferData(GL_ARRAY_BUFFER, sizeof(vertexPositions), vertexPositions, GL_STATIC_DRAW);
864 ctx.bufferData(GL_ARRAY_BUFFER, offsets.size() * sizeof(tcu::Vec4), &offsets[0], GL_STATIC_DRAW);
871 ctx.bufferData(GL_ARRAY_BUFFER, colors.size() * sizeof(tcu::Vec4), &colors[0], GL_STATIC_DRAW);
880 ctx.bufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW);
895 ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(command), &command, GL_STATIC_DRAW);
905 ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(command), &command, GL_STATIC_DRAW);
    [all...]
es31fIndirectComputeDispatchTests.cpp 202 gl.bufferData(GL_DISPATCH_INDIRECT_BUFFER, (glw::GLsizeiptr)data.size(), &data[0], GL_STATIC_DRAW);
251 gl.bufferData(GL_DISPATCH_INDIRECT_BUFFER, (glw::GLsizeiptr)m_bufferSize, DE_NULL, GL_STATIC_DRAW);
es31fVertexAttributeBindingTests.cpp 479 gl.bufferData(GL_ARRAY_BUFFER, (glw::GLsizeiptr)dataBuf.size(), &dataBuf[0], GL_STATIC_DRAW);
795 gl.bufferData(GL_ARRAY_BUFFER, (int)(primitiveData.size() * sizeof(tcu::Vec4)), primitiveData[0].getPtr(), GL_STATIC_DRAW);
804 gl.bufferData(GL_ARRAY_BUFFER, (int)(colorOffsetData.size() * sizeof(tcu::Vec4)), colorOffsetData[0].getPtr(), GL_STATIC_DRAW);
    [all...]
es31fFboNoAttachmentTests.cpp 131 gl.bufferData(GL_ARRAY_BUFFER, sizeof(data), data, GL_STATIC_DRAW);
231 gl.bufferData(GL_ARRAY_BUFFER, sizeof(data), data, GL_STATIC_DRAW);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 400 * Sphere.FLOAT_SIZE, vertices, GLES20.GL_STATIC_DRAW);
416 GLES20.GL_STATIC_DRAW);
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 76 glBufferData( GL_ELEMENT_ARRAY_BUFFER, sizeof(teapotIndices), teapotIndices, GL_STATIC_DRAW );
97 glBufferData( GL_ARRAY_BUFFER, iStride * num_vertices_, p, GL_STATIC_DRAW );
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 348 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW);
352 gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer, GL11.GL_STATIC_DRAW);
MatrixPaletteRenderer.java 192 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW);
196 gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer, GL11.GL_STATIC_DRAW);
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 188 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, (GLsizeiptr)(indices.size()*sizeof(deUint16)), &indices[0], GL_STATIC_DRAW);
203 gl.bufferData(GL_ARRAY_BUFFER, (GLsizeiptr)(vertices.size()*sizeof(float)), &vertices[0], GL_STATIC_DRAW);
glsStateChangePerfTestCases.cpp 253 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, (GLsizeiptr)(indices.size() * sizeof(GLushort)), &(indices[0]), GL_STATIC_DRAW);
283 gl.bufferData(GL_ARRAY_BUFFER, (GLsizeiptr)(coords.size() * sizeof(GLfloat)), &(coords[0]), GL_STATIC_DRAW);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
VertexBufferObject.java 81 usage = isStatic ? GL20.GL_STATIC_DRAW : GL20.GL_DYNAMIC_DRAW;
VertexBufferObjectWithVAO.java 74 usage = isStatic ? GL20.GL_STATIC_DRAW : GL20.GL_DYNAMIC_DRAW;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
VertexBufferObject.java 83 setUsage(isStatic ? GL20.GL_STATIC_DRAW : GL20.GL_DYNAMIC_DRAW);
163 /** @return The GL enum used in the call to {@link GL20#glBufferData(int, int, java.nio.Buffer, int)}, e.g. GL_STATIC_DRAW or
VertexBufferObjectSubData.java 74 usage = isStatic ? GL20.GL_STATIC_DRAW : GL20.GL_DYNAMIC_DRAW;
VertexBufferObjectWithVAO.java 77 usage = isStatic ? GL20.GL_STATIC_DRAW : GL20.GL_DYNAMIC_DRAW;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 206 case GL_STATIC_DRAW:
  /external/deqp/framework/opengl/
gluDrawUtil.cpp 343 const deUint32 usage = GL_STATIC_DRAW;
377 const deUint32 usage = GL_STATIC_DRAW;
  /external/deqp/modules/gles3/functional/
es3fBufferObjectQueryTests.cpp 307 m_verifier->verifyInteger(m_testCtx, m_bufferTarget, GL_BUFFER_USAGE, GL_STATIC_DRAW);
312 GL_STREAM_COPY, GL_STATIC_DRAW,
es3fLifetimeTests.cpp 259 initBuffer(gl(), seed, GL_STATIC_DRAW, buffer);
383 initBuffer(gl(), seed, GL_STATIC_DRAW, *posBuf);
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 473 gl.bufferData(GL_ARRAY_BUFFER, (glw::GLsizeiptr)dataBuf.size(), &dataBuf[0], GL_STATIC_DRAW);
550 gl.bufferData(GL_ARRAY_BUFFER, int(m_drawCount * sizeof(tcu::Vec4)), &data[0], GL_STATIC_DRAW);
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 286 mVertexBuffer, GLES20.GL_STATIC_DRAW);
291 mTexCoordBuffer, GLES20.GL_STATIC_DRAW);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 69 public static final int GL_STATIC_DRAW = 0x88E4;
  /external/autotest/client/deps/glbench/src/
utils.cc 216 glBufferData(target, size, data, GL_STATIC_DRAW);
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 121 public static final int GL_STATIC_DRAW = 0x88E4;

Completed in 4332 milliseconds

12 3 4 5 6 7 8 91011>>