Searched defs:attribType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawState.cpp169 GrVertexAttribType attribType = fCommon.fVAPtr[attribIndex].fType; local
171 int attribVecCount = GrVertexAttribTypeVectorCount(attribType);
/external/skia/src/gpu/
H A DGrDrawState.cpp169 GrVertexAttribType attribType = fCommon.fVAPtr[attribIndex].fType; local
171 int attribVecCount = GrVertexAttribTypeVectorCount(attribType);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp367 GrVertexAttribType attribType = vertexAttrib->fType; local
371 GrGLAttribTypeToLayout(attribType).fCount,
372 GrGLAttribTypeToLayout(attribType).fType,
373 GrGLAttribTypeToLayout(attribType).fNormalized,
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShader.java335 public Attribute getAttribute(VertexBuffer.Type attribType){ argument
336 int ordinal = attribType.ordinal();
340 attrib.name = attribType.name();
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp367 GrVertexAttribType attribType = vertexAttrib->fType; local
371 GrGLAttribTypeToLayout(attribType).fCount,
372 GrGLAttribTypeToLayout(attribType).fType,
373 GrGLAttribTypeToLayout(attribType).fNormalized,

Completed in 202 milliseconds