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

  /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/skia/src/gpu/vk/
GrVkPipeline.cpp 59 GrVertexAttribType attribType = attrib.fType;
64 vkAttrib.format = attrib_type_to_vkformat(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...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 332 milliseconds