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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 357 GrVertexAttribType attribType = vertexAttrib->fType;
361 GrGLAttribTypeToLayout(attribType).fCount,
362 GrGLAttribTypeToLayout(attribType).fType,
363 GrGLAttribTypeToLayout(attribType).fNormalized,
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 357 GrVertexAttribType attribType = vertexAttrib->fType;
361 GrGLAttribTypeToLayout(attribType).fCount,
362 GrGLAttribTypeToLayout(attribType).fType,
363 GrGLAttribTypeToLayout(attribType).fNormalized,
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 184 const rsg::VariableType& attribType = attribVar->getType();
185 const int numComponents = attribType.getNumElements();
188 DE_ASSERT(attribType.isFloatOrVec() && de::inRange(numComponents, 1, 4));
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.cpp 169 GrVertexAttribType attribType = fCommon.fVAPtr[attribIndex].fType;
171 int attribVecCount = GrVertexAttribTypeVectorCount(attribType);
  /external/skia/src/gpu/
GrDrawState.cpp 169 GrVertexAttribType attribType = fCommon.fVAPtr[attribIndex].fType;
171 int attribVecCount = GrVertexAttribTypeVectorCount(attribType);
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 349 glu::VarType attribType = glu::getVarType(type, vecIter.getPath());
352 vtx << "in " << glu::declare(attribType, attribName.c_str()) << ";\n";
    [all...]

Completed in 143 milliseconds