HomeSort by relevance Sort by last modified time
    Searched refs:startVertex (Results 1 - 20 of 20) sorted by null

  /external/skia/src/gpu/
GrOpFlushState.cpp 30 const GrBuffer** buffer, int* startVertex) {
31 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex);
41 int* startVertex, int* actualVertexCount) {
43 startVertex, actualVertexCount);
GrBufferAllocPool.h 171 * the buffer at the offset indicated by startVertex. Until that time they
178 * @param startVertex returns the offset into buffer of the first vertex.
185 int* startVertex);
197 * the buffer at the offset indicated by startVertex. Until that time they
209 * @param startVertex returns the offset into buffer of the first vertex.
218 int* startVertex,
GrOpFlushState.h 59 const GrBuffer** buffer, int* startVertex);
63 const GrBuffer** buffer, int* startVertex, int* actualVertexCount);
206 const GrBuffer** buffer, int* startVertex) {
207 return this->state()->makeVertexSpace(vertexSize, vertexCount, buffer, startVertex);
215 const GrBuffer** buffer, int* startVertex,
218 fallbackVertexCount, buffer, startVertex,
GrBufferAllocPool.cpp 389 int* startVertex) {
393 SkASSERT(startVertex);
402 *startVertex = static_cast<int>(offset / vertexSize);
408 int* startVertex, int* actualVertexCount) {
413 SkASSERT(startVertex);
426 *startVertex = static_cast<int>(offset / vertexSize);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 453 /// @param startVertex - Specifies start vertex in vertex buffer for draw.
458 uint32_t startVertex,
467 /// @param startVertex - Specifies start vertex for draw. (vertex data)
474 uint32_t startVertex,
api.cpp     [all...]
context.h 181 uint32_t startVertex; // Draw: Starting vertex in VB to render from.
frontend.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9Ex.cpp 243 long Direct3DDevice9Ex::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount)
245 TRACE("D3DPRIMITIVETYPE primitiveType = %d, unsigned int startVertex = %d, unsigned int primitiveCount = %d", primitiveType, startVertex, primitiveCount);
247 return Direct3DDevice9::DrawPrimitive(primitiveType, startVertex, primitiveCount);
    [all...]
Direct3DDevice9Ex.hpp 138 long __stdcall DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primiveCount) override;
Direct3DDevice9.hpp 86 long __stdcall DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primiveCount) override;
Direct3DDevice9.cpp 1155 long Direct3DDevice9::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount)
1159 TRACE("D3DPRIMITIVETYPE primitiveType = %d, unsigned int startVertex = %d, unsigned int primitiveCount = %d", primitiveType, startVertex, primitiveCount);
1180 bindVertexStreams(startVertex, false, 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 167 // Assuming one of baseVertex or startVertex is 0, so adding both should be functionally correct
251 Value* startVertex = LOAD(mpFetchInfo, {0, SWR_FETCH_CONTEXT_StartVertex});
296 startOffset = startVertex;
703 Value* startVertex = LOAD(mpFetchInfo, {0, SWR_FETCH_CONTEXT_StartVertex});
760 startOffset = startVertex;
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 83 long __stdcall DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primiveCount) override;
Direct3DDevice8.cpp 1046 long Direct3DDevice8::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount)
1050 if(!bindData(0, startVertex) || !primitiveCount)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 142 UINT32 startVertex;
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 845 milliseconds