HomeSort by relevance Sort by last modified time
    Searched defs:vertexBuffers (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/
rsMesh.h 45 Allocation **vertexBuffers;
69 mHal.state.vertexBuffers[index] = vb;
rsMesh.cpp 30 mHal.state.vertexBuffers = nullptr;
53 mHal.state.vertexBuffers = new Allocation *[mHal.state.vertexBuffersCount];
55 mHal.state.vertexBuffers[i] = nullptr;
67 delete[] mHal.state.vertexBuffers;
89 mHal.state.vertexBuffers[vCount]->serialize(rsc, stream);
117 ObjectBaseRef<Allocation> *vertexBuffers = nullptr;
119 vertexBuffers = new ObjectBaseRef<Allocation>[vertexBuffersCount];
123 vertexBuffers[vCount].set(vertexAlloc);
150 mesh->setVertexBuffer(vertexBuffers[vCount].get(), vCount);
158 delete[] vertexBuffers;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.hpp 79 std::vector<vk::VkBuffer> vertexBuffers;
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 356 Allocation[] vertexBuffers = new Allocation[mVertexTypeCount];
371 vertexBuffers[ct] = alloc;
396 newMesh.mVertexBuffers = vertexBuffers;
520 Allocation[] vertexBuffers = new Allocation[mVertexTypeCount];
524 vertexBuffers[ct] = entry.a;
540 newMesh.mVertexBuffers = vertexBuffers;
  /frameworks/rs/driver/runtime/
rs_structs.h 292 void **vertexBuffers;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 495 const vk::VkBuffer vertexBuffers[] =
507 m_vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, DE_LENGTH_OF_ARRAY(vertexBuffers), vertexBuffers, vertexBufferOffsets);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 223 SWR_VERTEX_BUFFER_STATE vertexBuffers[KNOB_NUM_STREAMS];
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h     [all...]

Completed in 719 milliseconds