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

  /external/skia/src/gpu/
GrDrawTarget.h 204 * @return the bit to add to a GrVertexLayout bitfield.
224 * @return the bit to add to a GrVertexLayout bitfield.
238 * Additional Bits that can be specified in GrVertexLayout.
259 // make sure we haven't exceeded the number of bits in GrVertexLayout.
260 GR_STATIC_ASSERT(kHighVertexLayoutBit < ((uint64_t)1 << 8*sizeof(GrVertexLayout)));
274 * the time compatible with a GrVertexLayout. The array must contain the
321 bool reserveVertexSpace(GrVertexLayout vertexLayout,
371 virtual bool geometryHints(GrVertexLayout vertexLayout,
383 void setVertexSourceToArray(GrVertexLayout vertexLayout,
404 void setVertexSourceToBuffer(GrVertexLayout vertexLayout
    [all...]
GrBufferAllocPool.h 233 void* makeSpace(GrVertexLayout layout,
241 bool appendVertices(GrVertexLayout layout,
257 int currentBufferVertices(GrVertexLayout layout) const;
268 int preallocatedBufferVertices(GrVertexLayout layout) const;
GrInOrderDrawBuffer.h 88 virtual bool geometryHints(GrVertexLayout vertexLayout,
104 GrVertexLayout fVertexLayout;
124 virtual bool onReserveVertexSpace(GrVertexLayout layout,
161 GrVertexLayout fLastRectVertexLayout;
GrDrawTarget.cpp 29 void gen_mask_arrays(GrVertexLayout* stageTexCoordMasks,
30 GrVertexLayout* stageMasks,
31 GrVertexLayout* texCoordMasks) {
51 GrVertexLayout stageTexCoordMasks[GrDrawState::kNumStages];
52 GrVertexLayout stageMasks[GrDrawState::kNumStages];
53 GrVertexLayout texCoordMasks[GrDrawState::kMaxTexCoords];
56 GrPrintf("const GrVertexLayout gStageTexCoordMasks[] = {\n");
62 GrPrintf("const GrVertexLayout gStageMasks[] = {\n");
68 GrPrintf("const GrVertexLayout gTexCoordMasks[] = {\n");
77 const GrVertexLayout gStageTexCoordMasks[] =
    [all...]
GrBufferAllocPool.cpp 373 void* GrVertexBufferAllocPool::makeSpace(GrVertexLayout layout,
396 bool GrVertexBufferAllocPool::appendVertices(GrVertexLayout layout,
412 int GrVertexBufferAllocPool::preallocatedBufferVertices(GrVertexLayout layout) const {
417 int GrVertexBufferAllocPool::currentBufferVertices(GrVertexLayout layout) const {
GrInOrderDrawBuffer.cpp 89 GrVertexLayout layout = GetRectVertexLayout(stageMask, srcRects);
421 bool GrInOrderDrawBuffer::geometryHints(GrVertexLayout vertexLayout,
451 bool GrInOrderDrawBuffer::onReserveVertexSpace(GrVertexLayout vertexLayout,
GrGpu.h 381 virtual bool onReserveVertexSpace(GrVertexLayout vertexLayout,
GrContext.cpp 362 static const GrVertexLayout layout =
736 static GrVertexLayout aa_rect_layout(const GrDrawTarget* target,
738 GrVertexLayout layout = 0;
755 GrVertexLayout layout = aa_rect_layout(target, useVertexCoverage);
823 GrVertexLayout layout = aa_rect_layout(target, useVertexCoverage);
    [all...]
GrDefaultPathRenderer.cpp 209 GrVertexLayout layout = 0;
GrAAConvexPathRenderer.cpp 450 GrVertexLayout layout = 0;
GrAAHairLinePathRenderer.cpp 521 GrVertexLayout layout = GrDrawTarget::kEdge_VertexLayoutBit;
GrTesselatedPathRenderer.cpp 371 GrVertexLayout layout = 0;
GrGpu.cpp 852 bool GrGpu::onReserveVertexSpace(GrVertexLayout vertexLayout,
    [all...]
  /external/skia/include/gpu/
GrTextContext.h 38 GrVertexLayout fVertexLayout;
GrTypes.h 200 typedef int GrVertexLayout;
  /external/skia/src/gpu/gl/
GrGLProgram.h 214 GrVertexLayout fVertexLayout;
367 GrVertexLayout layout,
GrGpuGL.h 56 GrVertexLayout fVertexLayout;
GrGLProgram.cpp 432 GrVertexLayout layout,
    [all...]

Completed in 77 milliseconds