Lines Matching refs:convertedFormat
834 const mtl::VertexFormat &convertedFormat =
847 mCurrentArrayBufferFormats[attribIndex] = &convertedFormat;
852 const angle::Format &convertedAngleFormat = convertedFormat.actualAngleFormat();
856 bool canExpandComponentsOnGPU = convertedFormat.actualSameGLType;
872 convertedFormat, stride, numVertices,
878 convertedFormat, stride, numVertices, conversion));
882 mCurrentArrayBufferFormats[attribIndex] = &convertedFormat;
909 const mtl::VertexFormat &convertedFormat,
922 binding.getStride(), convertedFormat.vertexLoadFunction,
932 const mtl::VertexFormat &convertedFormat,
954 params.srcDefaultAlphaData = convertedFormat.defaultAlpha;
959 params.dstComponents = convertedFormat.actualAngleFormat().channelCount;
972 glContext, renderEncoder, convertedFormat.intendedAngleFormat(), params));
977 glContext, renderEncoder, convertedFormat.intendedAngleFormat(), params));
986 contextMtl, convertedFormat.intendedAngleFormat(), params));
991 contextMtl, convertedFormat.intendedAngleFormat(), params));